janpfeifer / gonb

GoNB, a Go Notebook Kernel for Jupyter
https://github.com/janpfeifer/gonb
MIT License
631 stars 35 forks source link

Implement Jupyter Debugger protocol #97

Open janpfeifer opened 6 months ago

janpfeifer commented 6 months ago

See discussion in #96

cc: @Michael-F-Ellis

janpfeifer commented 3 months ago

While no work in implementing the Jupyter Debugger protocol has been done, using [gdlv] from a notebook on the cell just executed seems to work well, and may be enough for many cases:

See discussion in #122