Webstorm 7.0.1 Broke Breakpoints
I was using 7.0.0 just fine, and then upgraded to 7.0.1.
While doing local debugging with Chrome, it no longer stops at breakpoints.
Yikes!
How do I get breakpoints working again. (They worked fine in 7.0.0)
Please help.
Please sign in to leave a comment.
Hello!
what does your project looks like (any frameworks being used)? Can you attach a sample that shows up the problem?
Best regards,
Lena
I'm using jquerymobile as the basic UI framework, and the Parse.com SDK as a backend framework.
Nothing there has changed from when it worked vs when it hasn't worked.
As far as I can tell, I simply upgraded from 7.0.0 to 7.0.1.
Posting my whole app for troubleshooting is problematic.
If I find time today, I'll create a simple test app and post that if it has the same problem.
Is there any way to get 7.0.0 so I can downgrade to see if it fixes it?
I'll be trying Time Machine later today to downgrade. (Not being able to debug is WS is a real problem for me obviously.)
Thanks
Bob
Bob,
sample project would be appreciated, thanks!
>Is there any way to get 7.0.0 so I can downgrade to see if it fixes it?
please try http://download-ln.jetbrains.com/webstorm/WebStorm-7.0.exe (for Windows installer) or http://download-ln.jetbrains.com/webstorm/WebStorm-7.0.dmg (for MacOS)
Thanks for the link to 7.0.0
Downgrading fixed it.
There's something wrong with 7.0.1 with regards to breakpoints.
Bob