All Versions
81
Latest Version
Avg Release Cycle
71 days
Latest Release
1853 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v1.4.0 Changes
June 05, 2013๐ Fixed
- Memory leaks causing
byebug
to randomly crash.
๐ Changed
- ๐ Use the Debug Inspector API for backtrace information.
- Memory leaks causing
-
v1.3.1 Changes
June 02, 2013๐ Fixed
- ๐ Interaction with Rails debugging flag.
- ๐จ Crash when trying to print lines of code containing the character '%'.
basename
andlinetrace
options not working together.
-
v1.3.0 Changes
May 25, 2013โ Added
- ๐ Support colon-delimited include paths in command-line front-end ([@ender672]).
-
v1.2.0 Changes
May 20, 2013๐ Fixed
- ๐ป Ctrl+C during command line editing (works like pry/irb).
โ Added
pry
command.
-
v1.1.1 Changes
May 07, 2013โ Added
pry-byebug
compatibility.
๐ Changed
- ๐ Better help system.
- Code cleanup.
-
v1.1.0 Changes
April 30, 2013โ Added
- ๐ Post Mortem support.
-
v1.0.3 Changes
April 23, 2013๐ 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
- 0๏ธโฃ
autoreload
is set by default now. - ๐ Try some thread support (not even close to usable).
-
v1.0.2 Changes
April 09, 2013๐ Fixed
- backtraces messed up when using both
next
/step
and backtrace navigation commands.
๐ Changed
- 0๏ธโฃ
autolist
andautoeval
are default settings now.
- backtraces messed up when using both
-
v1.0.1 Changes
April 06, 2013๐ Fixed
- Byebug not loading properly.
-
v1.0.0 Changes
March 29, 2013๐ Fixed
- โ Green test suite.