Releases: deivid-rodriguez/byebug
Releases · deivid-rodriguez/byebug
1.4.0
Fixed
- Memory leaks causing
byebug
to randomly crash.
Changed
- Use the Debug Inspector API for backtrace information.
1.3.1
Fixed
- Interaction with Rails debugging flag.
- Crash when trying to print lines of code containing the character '%'.
basename
andlinetrace
options not working together.
1.3.0
1.2.0
Fixed
- Ctrl+C during command line editing (works like pry/irb).
Added
pry
command.
1.1.1
Added
pry-byebug
compatibility.
Changed
- Better help system.
- Code cleanup.
1.1.0
Added
- Post Mortem support.
1.0.3
Fixed
- Negative line numbers shown by list command at the beginning of file.
backtrace
command segfaulting when trying to show info on some frame args.
Don't know the reason yet, but the exception is handled now and command does
not segfault anymore.
Changed
autoreload
is set by default now.- Try some thread support (not even close to usable).
1.0.2
Fixed
- backtraces messed up when using both
next
/step
and backtrace navigation
commands.
Changed
autolist
andautoeval
are default settings now.
1.0.1
Fixed
- Byebug not loading properly.