You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: