Breakpoints cause my code to fail
Hi all;
Once I added RequireJS to my project, with it loading all .js files, I've found that setting breakpoints in WebStorm causes the code to fail in that .js file after hitting the breakpoint.
Is there any way around this?
thanks - dave
请先登录再写评论。
do you have any watches set?
Sometimes if you have a watch set for a bad variable when it tries to evaluate the watch at the breakpoint it will cause failing.
Be at ease,
Kristopher.
Nope, no watches.