Recent Releases of https://github.com/deivid-rodriguez/byebug
https://github.com/deivid-rodriguez/byebug - 13.0.0
Fixed
- #924: Use typed data APIs to fix Ruby 4.0 deprecation (@nobu).
- #876: Add explicit require of
stringio(@pabloh). - #909: Avoid loading readline at all to play nice with Ruby 4.0.
- #905: Make reline an explicit dependency to fix Ruby 3.4 warnings.
- #824: Improve startup by loading IRB lazily (@pocke).
- #848: Grammar fixes in GUIDE.md (@alexymik).
- #804: Fix typo in context.rb documentation (@ono-max).
Removed
- Support for MRI 3.1. Byebug no longer installs on this platform.
- Ruby
Published by deivid-rodriguez about 2 months ago
https://github.com/deivid-rodriguez/byebug - 12.0.0
Changed
- #690:
breakwithout any arguments now sets a breakpoint on the current line, just likegdb(@sergioro9.
Fixed
- #741: Small consistency issues in help messages.
- #743:
untracevarcommand crashing when giving a non existent global variable. - #744: Another punctuation tweak in
enable breakpointshelp message. - #736: Skip warning about
$SAFEglobal variable on ruby 2.7 when listing global variables.
Added
- #847 and #850: Support for MRI 3.1, 3.2, and 3.3 (@marshall-lee).
- #688:
wherecommand now receives an optional numeric argument<n>to print the nth first frames (@sergioro9.
Removed
- Support for MRI 2.4, 2.5, 2.6, 2.7, and 3.0. Byebug no longer installs on this platform.
- Ruby
Published by deivid-rodriguez 11 months ago
https://github.com/deivid-rodriguez/byebug - 11.1.3
Fixed
- #674: crash when using byebug on ruby 2.7.0 on Windows.
- Ruby
Published by deivid-rodriguez almost 6 years ago
https://github.com/deivid-rodriguez/byebug - 11.1.2
Fixed
- #657: crash when hitting <TAB> due to IRB completion mechanism included in the default ruby 2.7 version of the
irbgem (@terceiro).
- Ruby
Published by deivid-rodriguez almost 6 years ago
https://github.com/deivid-rodriguez/byebug - 11.1.1
Fixed
- #635: usage on Fedora 31 or any other
byebuginstallation performed by arubygemscopy customized by settingGem.install_extension_in_libto false.
- Ruby
Published by deivid-rodriguez about 6 years ago
https://github.com/deivid-rodriguez/byebug - 11.1.0
Added
- Official support for MRI 2.7 (@yui-knk).
Fixed
- #562: post mortem mode landing in the wrong line when coming from an exception inside a
Kernel.loadcall.
Removed
- Support for MRI 2.3. Byebug no longer installs on this platform.
- Ruby
Published by deivid-rodriguez about 6 years ago
https://github.com/deivid-rodriguez/byebug - 11.0.1
Fixed
- #546:
continue!to ignore furtherbyebugcalls. - #545:
skipautolisting code for intermediate skipped breakpoints.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/deivid-rodriguez/byebug - 11.0.0
Added
- #377:
skipto continue until the next breakpoint as long as it is different from the current one. You can use this command to get out of loops, for example (@tacnoman). - #524:
continue!(orcontinue unconditionally) to continue until the end of the program regardless of the currently enabled breakpoints (@tacnoman).
Fixed
- #527:
breakhelp text to clarify placeholders from literals. - #528:
quit!help to not show a space between "quit" and "!".
Removed
- Support for MRI 2.2. Byebug no longer installs on this platform.
- Ruby
Published by deivid-rodriguez about 7 years ago
https://github.com/deivid-rodriguez/byebug - 10.0.2
Fixed
- Error when using byebug with
debasegem (#447, @tzmfreedom)
- Ruby
Published by deivid-rodriguez almost 8 years ago
https://github.com/deivid-rodriguez/byebug - 10.0.1
Fixed
- Error when using byebug with
debasegem (#443, @tzmfreedom)
- Ruby
Published by deivid-rodriguez almost 8 years ago
https://github.com/deivid-rodriguez/byebug - 10.0.0
Changed
- Breaking on methods now stops on the first effective line of a method, not on
the line containing thedefkeyword.
Added
- Show valid breakpoint locations when invalid location given (#393, @ko1).
- Ruby 2.5.0 support (#397, @yui-knk).
- Log host & port when launching byebug's client in remote mode.
- Some love & tests to remote debugging (#82).
remote_byebugshortcut to start the most common case for remote debugging (#141).
- Ruby
Published by deivid-rodriguez about 8 years ago
https://github.com/deivid-rodriguez/byebug - 9.1.0
Added
- Better UI messages for breakpoint management.
Fixed
wherecommand failing on instance_exec block stack frames.restartcommand crashing in certain cases because of a missingrequire 'English'(#321, @akaneko3).restartcommand crashing when debugged script is not executable or has no shebang (#321, @akaneko3).
Removed
- Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs
on these platforms.
- Ruby
Published by deivid-rodriguez over 8 years ago
https://github.com/deivid-rodriguez/byebug - 9.0.6
Fixed
- Error when using
byebugwith a ruby compiled against libedit (#241). - Allow
Byebug.start_serverto yield the block passed to it when the actual
port is already known (#277, thanks @cben). - Use a standard license name so it can be more reliably used by tools (#275).
- Ruby
Published by deivid-rodriguez over 9 years ago
https://github.com/deivid-rodriguez/byebug - 9.0.5
Fixed
- Error loading rc file when
ENV['HOME']is unset.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/byebug - 9.0.4
Fixed
- Errors in rc file not being displayed to the user.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/byebug - 9.0.3
Fixed
- Unfriendly output in byebug's executable when no script specified (#256).
- Unfriendly output in byebug's executable when script doesn't exist.
- Unfriendly output in byebug's executable when script has invalid code.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/byebug - 9.0.2
Fixed
- Skip to get a line in eval context (#263, thanks @k0kubun).
- Debugger getting disabled after
continueeven when linetrace is enabled
(#264, thanks @k0kubun).
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/byebug - 9.0.1
quitnever exiting when remote debugging (#201).
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/byebug - 9.0.0
Fixed
irbcommand unintentionally changing $PROGRAM_NAME.prycommand failing.- Unrelated error message when using
prycommand and Pry not installed. - Interrupting program execution from remote control interface (#239, thanks
@izaera).
Removed
- Official Ruby 2.0.0 support.
var localno longer works in Ruby 2.0. The
rest of the commands should still work as before, butbyebugis no longer
tested against this version so they might start breaking in the
future.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/byebug - 8.2.5
Fixed
- Allows paths with spaces (#244, thanks @HookyQR).
- Allows paths with colons (#244, thanks @HookyQR).
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/byebug - 8.2.4
Fixed
- Reverts #211 which leads to an unusable debugger.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/byebug - 8.2.3
Fixed
- Better interaction with utilities like RSpec when hitting Ctrl-C.
irbcommand when original program modified ARGV (#197, thanks @josephks).- Unusable debugger when stdin redirected (#211,thanks @sethk).
- RC file loading when no explicit flag included (#223).
- Installation on some Windows systems (#175, #226).
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/byebug - 8.2.2
Fixed
- Bug in rc file loading where most initialization commands would not be run.
- Ruby
Published by deivid-rodriguez almost 10 years ago
https://github.com/deivid-rodriguez/byebug - 8.2.1
Fixed
- Bug in evaluations using "eval".
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 8.2.0
Fixed
Added
debugcommand to evaluate things in a separate thread, since this behavior
was removed from defaultevalto fix the above issues.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 8.1.0
Fixed
- Command history should be specific per project.
- Better error message in certain edge cases when printing the backtrace.
- Bug in evaluator which would show information about having stopped at a
breakpoint in some cases.
Added
- Ability to autolist source code after
framecommand. - Ability to stop at lines where methods return.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 8.0.1
Fixed
- Error stream wouldn't be properly reset when using standalone
byebug. - Confusing error message for invalid breakpoint locations.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 8.0.0
Fixed
- #183. Compilation
in Ruby 2.0. Regression introduced in 7.0.0 - "Return value is: nil" would be displayed when stopping right before the end
of a class definition. We want to avoid showing anything instead.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 7.0.0
Fixed
- #177. Some issues
with formatting results of evaluations. - #144. Ruby process
after using byebug does no longer get slow. - #121.
byebug
commands inside code evaluated from debugger's prompt are now properly working. - Another evaluation bug in autocommands.
finish 0command would sometimes fail to stop right before exiting the
current frame.- Runner's
--[no-]stopoption now works (thanks @windwiny). - Change variable name
bool, avoid conflict clang's predefined macro
Removed
pscommand.
Changed
- #166. Don't load
the entire library on require, but only when abyebugcall is issued. Thanks
@bquorning. - The above fix to the
finish 0command causebyebug's entrypoint to
require 3 steps out instead of 2. In general, plugins using
Byebug::Context.step_outwill need to be changed to consider "c return events"
as well.
Added
autoprysetting that callspryon every stop.- Return value information to debugger's output when
finish 0is used.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 6.0.2
Fixed
- The user should always be given back a prompt unless (s)he explicitly states
the opposite. This provides a more general fix to the bug resolved in 6.0.1.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 6.0.1
Fixed
- Bug in evaluation where the user would lose the command prompt when entering
an expression with a syntax error.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 6.0.0
Removed
autoevalsetting. I haven't heard of anyone setting it to false.pp,putl,eval. People just want to evaluate Ruby code, so the less
magic the better. Most of the people probably were not aware thatbyebug
was overriding stuff likepporeval. Only keepingpsas the single
"enhanced evaluation" command.verbosesetting.info catchcommand. Usecatchwithout arguments instead.Rcommand alias forrestart.
Changed
info argsis nowvar args.interruptis now aliased toint, not toi.- API to define custom commands and subcommands (see the Command class).
Fixed
- #140.
helpcommand
not showing the list of available commands and their descriptions. - #147. Setting
breakpoints at symlinked files.
Added
- API to define custom command processors (see the CommandProcessor class).
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 5.0.0
Fixed
- #136.
frame
command not working with negative numbers (thanks @ark6).
Added
- IDE support and a new command/subcommand API for plugins.
- Add a "savefile" setting holding the file where "save" command saves current
debugger's state.
Changed
disableno longer disable all breakpoints, it just shows command's help
instead. To disable all breakpoints now you need to dodisable breakpoints
(ordis b). Similarly, you can't no longer usedis 1 2 3but need to do
dis b 1 2 3to disable specific breakpoints. The same applies to theenable
command.
Removed
help set <setting>no longer works.help setincludes that same output and
it's not verbose enough so that this is a problem. Same withhelp show <setting>.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 4.0.5
Fixed
- #131
- Thread commands help format should be consistent with the rest of the help
system now.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 4.0.4
Fixed
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 4.0.3
Fixed
- Unused variable warning in context.c
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 4.0.2
Fixed
- #118. Remove
rb-readlineas a dependency and show a help message whenever requiring
readlinefails instead.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 4.0.1
Fixed
- .yml files needed for printers support were missing from the release... :S
- #118. Add
readline
as a dependency.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 4.0.0
Added
untracevarcommand that stops tracing a global variable.- Window CI build through AppVeyor.
- OSX CI build through Travis.
- Style enforcement through RuboCop.
- C style enforment using the
indentcommand line utility. - Some remote debugging tests (thanks @eric-hu).
- Printer's support (thanks @astashov).
Changed
- A lot of internal refactoring.
tracevarnow requires the full global variable name (with "$").- #92. The
catch
command is not allowed in post_mortem mode anymore. It was not working anyways. - #85.
stepis now
more user friendly when used in combination withup. var constcan now be called without an argument and will show constants in
the current scope.breakwith a class name now creates breakpoints regardless of class not
being yet defined. If that's the case, it gives a warning but the class is
created anyways.
Fixed
- Code reloading issues.
set fullpathwas not showing fullpaths. Now it is.up,downandframecommands now work in post_mortem mode (#93).- rc file (
.byebugrc) loading: invalid commands are just ignored instead of
aborting, global (home) rc file is now properly loaded before project's file. - #93. Backtraces not
working inpost_mortemmode. - 'cmd1 ; cmd2 ; ...; cmdN' syntax which allows running several commands
sequentially. - #101.
finish
command not stopping at the correct line. - #106.
breakwith
namespaced class, likebreak A::B#cshould now work. - Command history is now persisted before exiting byebug.
- Setting breakpoint in a method would stop not only at the beginning of the
method but also at the beginning of every block inside the method. - #122. Setting
breakpoints on module methods (@x-yuri).
Removed
autoreloadsetting as it's not necessary anymore. Code should always be up
to date.reloadcommand for the same reason.- Gem dependency on
debugger-linecache. step+,step-,next+,next-,set/show linetrace_plusand
set/show forcestepcommands. These were all mechanisms to deal with TracePoint
API event dupplication, but this duplicated events have been completely removed
from the API since
r48609, so
they are no longer necessary.info filesubcommands:info file breakpoints,info file mtime,info file sha1,info file all. Now all information is listed underinfo file.testingsetting. It was just a hack to be able to testbyebug. Nobody was
supposed to actually use it!var classcommand, just use Ruby (self.class.class_variables).pcommand, just useeval, or just type your expression andbyebugwill
autoevaluate it.exitalias forquit.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 3.5.1
Fixed
- #79. Windows
installation. conditioncommand not properly detecting invalid breakpoint ids.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 3.5.0
Fixed
- #81. Byebug's history
messing up other programs using Readline. - Readline's history not being properly saved and inmediately available.
- User not being notified when trying to debug a non existent script.
Changed
- Complete rewrite of byebug's history.
- Complete rewrite of list command.
- Docs about stacktrace related commands (up, down, frame, backtrace).
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 3.4.2
Fixed
- #67. Debugging
commands invoked by ruby executable, as inbyebug -- ruby -Itest a_test.rb *n test_something.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 3.4.1
Fixed
- #54. Use of threads
insideevalcommand. listcommand not listing backwards after reaching the end of the file.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 3.4.0
Fixed
- deivid-rodriguez/pry-byebug#32 in a better way.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 3.3.0
Fixed
set verbosecommand.set post_mortem falsecommand.- Debugger stopping in
byebug's internal frames in some cases. backtracecrashing whenfullpathsetting disabled and calculated stack
size being smaller than the real one.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 3.2.0
Fixed
Removed
post_mortemactivation throughByebug.post_mortem. Useset post_mortem
instead.info stackcommand. Usewhereinstead.method ivcommand. Usevar instanceinstead.- #77. Warning.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 3.1.2
Fixed
- (Really)
post_mortemmode inbin/byebug. - Line tracing in
bin/byebug.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 3.1.1
Fixed
post_mortemmode in bin/byebug.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 3.1.0
Removed
show commandscommand. Usehistoryinstead.- Byebug.start accepting options. Any program settings you want applied from
the start should be set in.byebugrc. tracecommand. Useset linetracefor line tracing andtracevarfor
global variable tracing.show versioncommand. Usebyebug --versionto check byebug's version.set argsetting. Use therestartcommand instead.
Changed
linetrace_plussetting renamed totracing_plus.
Added
historycommand to check byebug's history of previous commands.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 3.0.0
Fixed
- Plain
byebugnot working whenpry-byebuginstalled. post_mortemmode.- Command history not being saved after regular program termination.
- #54. (Again) calling
Byebug.startwithTimeout.timeout(thanks @zmoazeni).
Added
- Allow disabling
post_mortemmode.
Changed
show commandscommand for listing history of previous commands now behaves
like shell'shistorycommand.show/set history filenameis nowshow/set histfileshow/set history sizeis nowshow/set histsizeshow/set history saveis nowshow/set autosavefinishsemantics, see
61f9b4d.- Use
per projecthistory file by default.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.7.0
Fixed
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.6.0
Fixed
- Circular dependency affecting
pry-byebug(thanks @andreychernih).
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.5.0
Added
- Support for
sublime-debugger.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.4.1
Fixed
- #40. Installation
error in Mac OSX (thanks @luislavena).
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.4.0
Fixed
thread listshowing too many threads.- Fix setting post mortem mode with
set post_mortem. Now this is the only
post mortem functionality available as specifyingByebug.post_mortemwith a
block has been removed in this version.
Added
- (Again)
debuggeras an alias tobyebug(thanks @wallace). -Roption forbin/byebugto specify server's hostname:port for remote
debugging (thanks @mrkn).
Changed
- Use
requireinstead ofrequire_relativefor loading byebug's extension
library (thanks @nobu). trace variable $fooshould be nowtrace variable $foo.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.3.1
Fixed
- Breakpoint removal.
- Broken test suite.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.3.0
Added
- Compatibility with Phusion Passenger Enterprise (thanks @FooBarWidget).
Changed
- More minimalist help system.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.2.2
Fixed
- Compilation issue in 64 bit systems.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.2.1
Fixed
- #26. Compilation issue
introduced in2.2.0.
Changed
show/set stack_trace_on_erroris nowshow/set stack_on_error.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.2.0
Fixed
- Stack size calculations.
- Setting
post_mortemmode.
Added
verbosesetting for TracePoint API event inspection.
Changed
- Warning free byebug.
- Allow
edit <filename>without a line number.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.1.1
Fixed
- Debugging code inside
-eRuby flag.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.1.0
Fixed
- Remote debugging display.
evalcrashing when inspecting raised an exception (reported by @iblue).
Changed
enable breakpointsnow enables every breakpoint.disable breakpointsnow disables every breakpoint.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 2.0.0
Added
- "Official" definition of a command API.
- Thread support.
Removed
jumpcommand. It had never worked.
Changed
- Several internal refactorings.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.8.2
Fixed
savecommand now saves the list ofdisplays.- Stack size calculation.
Changed
- More user friendly regexps for commands.
- Better help for some commands.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.8.1
Fixed
- Major regression introduced in 1.8.0.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.8.0
Added
- Remote debugging support.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 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.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.6.1
Fixed
- Windows compatibiliy: compilation and terminal width issues.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.6.0
Fixed
byebugplaced at the end of a block or method call not working as expected.autolistbeing applied when Ruby-eoption used.
Changed
- Backtrace callstyles. Use
longfor detailed frames in callstack andshort
for more concise frames.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.5.0
Fixed
- Incomplete backtraces when the debugger was not started at program startup.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.4.2
Fixed
help command subcommandcommand.- Interaction with Rails Console debugging flag.
post_mortemmode when running byebug from the outset.no-quitflag when running byebug from the outset.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.4.1
Fixed
- Crash when printing some filenames in backtraces.
- Allow byebug developers to easily use compilers different from gcc (thanks
@GarthSnyder!).
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.4.0
Fixed
- Memory leaks causing
byebugto randomly crash.
Changed
- Use the Debug Inspector API for backtrace information.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.3.1
Fixed
- Interaction with Rails debugging flag.
- Crash when trying to print lines of code containing the character '%'.
basenameandlinetraceoptions not working together.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.3.0
Added
- Support colon-delimited include paths in command-line front-end (@ender672).
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.2.0
Fixed
- Ctrl+C during command line editing (works like pry/irb).
Added
prycommand.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.1.1
Added
pry-byebugcompatibility.
Changed
- Better help system.
- Code cleanup.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.1.0
Added
- Post Mortem support.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.0.3
Fixed
- Negative line numbers shown by list command at the beginning of file.
backtracecommand 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
autoreloadis set by default now.- Try some thread support (not even close to usable).
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.0.2
Fixed
- backtraces messed up when using both
next/stepand backtrace navigation
commands.
Changed
autolistandautoevalare default settings now.
- Ruby
Published by deivid-rodriguez about 10 years ago
https://github.com/deivid-rodriguez/byebug - 1.0.1
Fixed
- Byebug not loading properly.
- Ruby
Published by deivid-rodriguez about 10 years ago