n-riesco / jp-kernel

Generic Node.js kernel for the Jupyter notebook
Other
21 stars 15 forks source link

Any advice on how to debug a new kernel #10

Open GordonSmith opened 3 years ago

GordonSmith commented 3 years ago

I am about to start development on a new kernel and was wondering if anyone had a way to attach a debug session to the kernel when its used within Jupyter?

n-riesco commented 3 years ago

I haven't tested it, but I guess it's possible to add the --inspect switch here.