SciRuby / iruby

Official gem repository: Ruby kernel for Jupyter/IPython Notebook
https://github.com/SciRuby/iruby
MIT License
890 stars 27 forks source link

Pry breaking point/code navigation behavior in Jupyter #313

Open AntoineToussaint opened 2 years ago

AntoineToussaint commented 2 years ago

I am trying to see if it is possible to get the same workflow but it seems that when I run something in the Notebook, the execution doesn't stop when using binding.pry.

Regular pry pry

IRuby

pry_iruby

So right now, it doesn't really provide for a debugging experience. Any way around that problem?

mrkn commented 2 years ago

IRuby currently does not support an interactive debugger. But I'm working on supporting to use new debug.gem on JupyterLab or Jupyter client on VSCode.