How to clean Dynamics NAV 2013 debugger breakpoints

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 

Click on a star to rate it!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?