danielgtaylor / nesh

An enhanced, extensible interactive shell for Node.js and CoffeeScript
http://danielgtaylor.github.io/nesh/
MIT License
287 stars 27 forks source link

Debugger / --inspect ? #61

Closed 0xdevalias closed 5 years ago

0xdevalias commented 5 years ago

I was hoping to switch my default usage from babel-node to nesh for the extra functionality, but from a quick skim I can't see if/how starting with the debugger is supported?

My current workflow is: babel-node --inspect, and then I can connect to it from the chrome debugger.

Is there an equivalent feature (either core or plugin) with nesh?

My current (seemingly ineffective) attempt: npx nesh -b --inspect

0xdevalias commented 5 years ago

On further exploration.. it seems this is more an npx problem than a nesh problem: