简体   繁体   中英

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 and node 0.10.40

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 user friendly.

atom-bugs

I just use the debugger statement.

debugger;;

Adding an extra ";" seem to help in some circumstances. :-)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM