If you have so many debugger breakpoints where you can’t go to each and disable then use this following TSQL code.
USE [NAVDatabase];
delete from dbo.[Debugger Breakpoint];
delete from dbo.[Session Event];
Thank you and Regards,
Tharanga Chandrasekara