deivid-rodriguez/pry-byebug

Where can I find documentation?

vfonic opened this issue · 0 comments

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!