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'm trying to "step-over" certain lines of code, so I tried step and next, but it seems that both commands enter the method. I also checked byebug repo and its wiki is empty. Where can I find a documentation on which commands correspond to which actions so that I can use them properly?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to "step-over" certain lines of code, so I tried
step
andnext
, but it seems that both commands enter the method. I also checked byebug repo and its wiki is empty. Where can I find a documentation on which commands correspond to which actions so that I can use them properly?Thanks!
The text was updated successfully, but these errors were encountered: