Copy link to clipboard
Copied
For some unknown reason most of the breakpoints are turned off when running a script.
Clearing the preferences did not solve the problem.
Any suggestions?
Copy link to clipboard
Copied
This was an annoying bug in CS4, in CS5 it's a bit better but it still happens, both on Macs and Windows. It would help if you submit a bug report http://www.adobe.com/support/feature.html. It has been reported before, but the more reports the better the chance that something will be done about it.
Peter
Copy link to clipboard
Copied
I had reports that after the first $.bp() has been reached, the debugger breakpoints start to work again.
Which preferences did you clear? ESTK has its own set, but I'm not sure whether that helps ...
Dirk
Copy link to clipboard
Copied
Thanks for those tips, Dirk and mg.
Peter
Copy link to clipboard
Copied
Hello.
Is breakpoint mean red point in left gutter?
when I want to create breakpoints, always use this.
$.bp();
or
$.bp( /*statements*/ );
ex). $.bp( i%3 === 0 ); // break if "i" is multiple of 3
mg.