Thursday, March 31, 2011

Disable all Entry Breakpoints at once

1.Go to the Builder OSpace and run the following script.

$Builder.Builder Root.Usefull Scripts.Recompile All Scripts

This will remove all break points from all the modules.

2. Open the module in builder, Export it  so it creates a dmp file.
Import it form the dmp file and restart builder. It will remove all the breakpoints from that module. 
Usually the dmp will get dumped in OTHOME

both will not work for
Scheduler.Debugbreak()

1 comment: