notablemind / jupyter-nodejs

A node.js kernel for jupyter/ipython
http://nbviewer.ipython.org/gist/jaredly/404a36306fdee6a1737a
MIT License
682 stars 70 forks source link

Any tips on debugging a script? #44

Open shabiel opened 7 years ago

shabiel commented 7 years ago

I have a node.js script that runs fine via the command line but not through the web notebook. I isolated it down to a single function in a third party library that I think may be at fault--but I may be wrong. Is there a way to walk through via a debugger what's happening?