deivid-rodriguez / byebug

Debugging in Ruby 2
BSD 2-Clause "Simplified" License
3.34k stars 328 forks source link

Break in current line if `break` has no arguments #686

Closed sergioro9 closed 4 years ago

sergioro9 commented 4 years ago

Set a breakpoint at the next instruction to be executed in the selected stack frame. Like GDB.

sergioro9 commented 4 years ago

Closed this pull request because I made a typo.