Releases: deivid-rodriguez/byebug
Releases · deivid-rodriguez/byebug
2.0.0
Added
- "Official" definition of a command API.
- Thread support.
Removed
jump
command. It had never worked.
Changed
- Several internal refactorings.
1.8.2
Fixed
save
command now saves the list ofdisplays
.- Stack size calculation.
Changed
- More user friendly regexps for commands.
- Better help for some commands.
1.8.1
Fixed
- Major regression introduced in 1.8.0.
1.8.0
Added
- Remote debugging support.
1.7.0
Added
- List command automatically called after callstack navigation commands.
- C-frames specifically marked in the callstack.
- C-frames skipped when navigating the callstack.
1.6.1
Fixed
- Windows compatibiliy: compilation and terminal width issues.
1.6.0
Fixed
byebug
placed at the end of a block or method call not working as expected.autolist
being applied when Ruby-e
option used.
Changed
- Backtrace callstyles. Use
long
for detailed frames in callstack andshort
for more concise frames.
1.5.0
Fixed
- Incomplete backtraces when the debugger was not started at program startup.
1.4.2
Fixed
help command subcommand
command.- Interaction with Rails Console debugging flag.
post_mortem
mode when running byebug from the outset.no-quit
flag when running byebug from the outset.
1.4.1
Fixed
- Crash when printing some filenames in backtraces.
- Allow byebug developers to easily use compilers different from gcc (thanks
@GarthSnyder!).