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

0
Avatar
Permanently deleted user

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.

0
Avatar
Permanently deleted user

Nope, no watches.

0

请先登录再写评论。