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
IRuby
So right now, it doesn't really provide for a debugging experience. Any way around that problem?
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.
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
IRuby
So right now, it doesn't really provide for a debugging experience. Any way around that problem?