Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.2
->1.9.2
Release Notes
ruby/debug (debug)
v1.9.2
Compare Source
What's Changed
base64
gem to the dependencies by @y-yagi in https://github.com/ruby/debug/pull/1066New Contributors
Full Changelog: ruby/debug@v1.9.1...v1.9.2
v1.9.1
Compare Source
Fix small issue to release with Ruby 3.3.0.
What's Changed
Full Changelog: ruby/debug@v1.9.0...v1.9.1
v1.9.0
Compare Source
This release fixes many issues reported after v1.8.0, introduce IRB integrated console and more.
What's Changed
session_name
config by @ko1 in https://github.com/ruby/debug/pull/1036TrapInterceptor
to avoid assigning to an unused variable by @DavidZivk in https://github.com/ruby/debug/pull/985New Contributors
Full Changelog: ruby/debug@v1.8.0...v1.9.0
v1.8.0
Compare Source
This release supports TraceInspector functionality on VSCode, and other fixes.
What's Changed
info c <exp>
when doesn't return a constant by @st0012 in https://github.com/ruby/debug/pull/952no_lineno
config optiopn (default: false) by @ko1 in https://github.com/ruby/debug/pull/973Session#exnted_feature
API as experimental by @ko1 in https://github.com/ruby/debug/pull/960Session#exnted_feature
into Session class by @ono-max in https://github.com/ruby/debug/pull/964dropped_trace_cnt
only when@recorder
is not nil by @ono-max in https://github.com/ruby/debug/pull/969process
withprocess_request
by @ko1 in https://github.com/ruby/debug/pull/972config.rdbgInitialScripts
by @ko1 in https://github.com/ruby/debug/pull/980lengthddsfsd
by @egenerat in https://github.com/ruby/debug/pull/962New Contributors
Full Changelog: ruby/debug@v1.7.2...v1.8.0
v1.7.2
Compare Source
Bug fix release.
What's Changed
::Process::daemon
patch by @andyw8 in https://github.com/ruby/debug/pull/905-v
prints version and do something by @ko1 in https://github.com/ruby/debug/pull/949Object#__send__
to avoid name conflicts by @ono-max in https://github.com/ruby/debug/pull/909test_all
task command in Rakefile warning by @andyw8 in https://github.com/ruby/debug/pull/908debug_code
) by @andyw8 in https://github.com/ruby/debug/pull/927New Contributors
Full Changelog: ruby/debug@v1.7.1...v1.7.2
v1.7.1
Compare Source
This is bug fix release for Ruby 3.2.0.
What's Changed
#dump
when pp'ed string is too long by @ko1 in https://github.com/ruby/debug/pull/869prelude.rb
by @st0012 in https://github.com/ruby/debug/pull/867New Contributors
Full Changelog: ruby/debug@v1.7.0...v1.7.1
v1.7.0
Compare Source
What's new
This release contains many bug fixes and new features.
until
commandwhereami
commandinfo ivars <expr>
andinfo consts <expr>
next
andfinish
command on Ruby 3.2.RUBY_DEBUG_LAZY
configuration, command
on VSCode debug console to input debug commandsand more!
What's Changed
step into <name>
by @ko1 in https://github.com/ruby/debug/pull/786 (reverted)until
command by @ko1 in https://github.com/ruby/debug/pull/807cont
alias forcontinue
by @ko1 in https://github.com/ruby/debug/pull/834whereami
command by @ko1 in https://github.com/ruby/debug/pull/778info ivars obj
by @ko1 in https://github.com/ruby/debug/pull/844info
command by @ko1 in https://github.com/ruby/debug/pull/847info consts ClassOrModule
by @ko1 in https://github.com/ruby/debug/pull/855irb
commandconfig show_evaledsrc
by @ko1 in https://github.com/ruby/debug/pull/848RUBY_DEBUG_LAZY
boot option by @ko1 in https://github.com/ruby/debug/pull/860no_sigint_hook
config by @ko1 in https://github.com/ruby/debug/pull/858next
by reducing number of frame_depth calls by @WillHalto in https://github.com/ruby/debug/pull/743next
by reducing number of frame_depth calls" by @ko1 in https://github.com/ruby/debug/pull/779RubyVM.keep_script_lines
by @ko1 in https://github.com/ruby/debug/pull/789rb_profile_frames
by @WillHalto in https://github.com/ruby/debug/pull/746IO#gets
by @ko1 in https://github.com/ruby/debug/pull/824reset_ui
needsui.activate
by @ko1 in https://github.com/ruby/debug/pull/825const_get
by @ko1 in https://github.com/ruby/debug/pull/854TOPLEVEL_BINDING
if no binding by @ko1 in https://github.com/ruby/debug/pull/859quit
command immediately by @ko1 in https://github.com/ruby/debug/pull/819"nonstop": true
option (default: false) on launch.json by @ko1 in https://github.com/ruby/debug/pull/792,command
by @ko1 in https://github.com/ruby/debug/pull/838launch
should belocalfs == true
by @ko1 in https://github.com/ruby/debug/pull/845UI_ServerBase::readline
by @ono-max in https://github.com/ruby/debug/pull/812q!
works correctly by @ono-max in https://github.com/ruby/debug/pull/821New Contributors
Full Changelog: ruby/debug@v1.6.3...v1.7.0
Thank you for all your contributions.
v1.6.3
Compare Source
This is bug fix release.
What's Changed
::Module
fornesting
by @ko1 in https://github.com/ruby/debug/pull/774New Contributors
Full Changelog: ruby/debug@v1.6.2...v1.6.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.