nixme / pry-debugger

Pry navigation commands via debugger (formerly ruby-debug)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next does not work (windows)

dhawal55 opened this issue · comments

next command is supposed to step to the next line. However, I have had several instances where it just continues execution and does not stop at the next line. I'm running this on a windows box so this could be specific to windows.

Possibly not specific to windows. I see this behavior on Linux.

same on OSX

maybe a dupe of #34 pry-byebug solves this issue for me

Yes. Duplicate of #34. Please use pry-byebug in the meantime.