Debugging a debugger
I made some patches for byebug:
- Let
where
command take an argument to print the nth first stack frames. - Let
break
take no arguments to create a breakpoint in the current line. - Use a central command history file.
I made some patches for byebug:
where
command take an argument to print the nth first stack frames.break
take no arguments to create a breakpoint in the current line.