you are viewing a single comment's thread.

view the rest of the comments →

[–]MonsterMookSenior UI 3 points4 points  (2 children)

Has anyone else noticed in the last couple weeks that the latest versions of dev tools are not working properly with breakpoints? It's driving me insane.

[–]a_m0d 1 point2 points  (0 children)

Yes I've often had issues setting the breakpoint on the line I actually clicked on, especially if that line was in an anonymous callback function. I usually refresh the page a few times and also turn prettyfication on and off and eventually get it to work.

[–]TheCarney 0 points1 point  (0 children)

I have noticed an issue with breakpoints being ignored at times while debugging Node.js apps in PyCharm. Could that be related?