atom-node-debugger
atom-node-debugger copied to clipboard
Is there any way to use atom-node-debugger with es6 source-code
I am trying to use the atom-node-debugger on es6 code.
Please have a look under settings

When Ii start the debugger it works fine as below screen

The problem is its debugging and giving line numbers as per es5 code. Let me explain. Check Image below

As you can see the debugger is on line 13, but actually the debugger thinks its line 21,, which in term is right since es5 code of line 13 maps to line 21.Check Image below

See line number 21.
So Is there a way to pinpoint exact line numbers? I hope I am able to explain my question, but still let me know in case
have you tried atom-bugs-nodejs? it does support sourcemaps
@Redsandro oh the url was updated to xatom-debug-nodejs
@willyelm doesn't work for me. Just hangs