Quantcast
Channel: How to add a breakpoint with Atom's node-debugger? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Williams Medina for How to add a breakpoint with Atom's node-debugger?

You can use atom-bugs, I created it since I was looking for a better debugger for my favorite editor atom :) by the way node-debugger is a great tool but it does not satisfy my needs atom-bugs is more...

View Article



Answer by John Nelson for How to add a breakpoint with Atom's node-debugger?

I just use the debugger statement.debugger;;Adding an extra ";" seem to help in some circumstances. :-)

View Article

How to add a breakpoint with Atom's node-debugger?

I'm trying to use the Atom's package 'node-debugger' (here), but I can't find a way to add a breakpoint to a file. I tried using F9 being at the line but it does nothing. Any idea?I'm on Mac El Capitan...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images