deivid-rodriguez / byebug

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

Break at current line when `break` has no arguments #690

Closed sergioro9 closed 4 years ago

sergioro9 commented 4 years ago

Makes it easier to create breakpoints with just break or b, like in GDB.