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
Interesting, the example you provide above (rdbg -c irb) works perfectly for me too. And then when I went to provide you with a more concrete example from debugging an RSpec spec, that started working, too. Weird, but I'm glad it's working now. Thanks for your time!
Your proposal
Previously with
byebug
, when I was debugging my code and stopped at a breakpoint, I could single-step through the code like this:And so on. Pressing the enter key without any other input at the prompt would re-run the last command.
It does not appear that this is supported with the
debug
gem, at least not out of the box.The text was updated successfully, but these errors were encountered: