Replies: 1 comment 1 reply
-
I'm not sure what exactly you're looking for as I'm not familiar with Ruby's IRB feature. The debug adapter protocol itself has no mechanism specifically to run another debugger CLI in parallel in some collaborate mode, but some debug adapter support pass-through mode of their regular commands (e.g. gdb and codelldb have options for that)
If you can describe these in more detail, maybe there are ways to add these to nvim-dap more directly. |
Beta Was this translation helpful? Give feedback.
-
Loving the debugger integration so far. JS/TS setup is working amazing and I've got ruby mostly working. However one of the features I miss the most from direct console debugging is Ruby's IRB feature. Is there any way to get a more interactive repl/console via the debugger protocol so that I can have the best of both worlds?
The features I miss the most are some of the inspection features that let me interrogate types and values a little easier than the current repl or dap-ui allows.
Thanks for any help or insights!
Beta Was this translation helpful? Give feedback.
All reactions