iruby icon indicating copy to clipboard operation
iruby copied to clipboard

Pry breaking point/code navigation behavior in Jupyter

Open AntoineToussaint opened this issue 4 years ago • 1 comments

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?

AntoineToussaint avatar Nov 14 '21 20:11 AntoineToussaint

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.

mrkn avatar Jan 13 '22 01:01 mrkn