Skip to content

fix: remove debug message - #1244

Merged
st0012 merged 1 commit into
ruby:masterfrom
GabrielLidenor:fix-debug-startup-message
Sep 4, 2026
Merged

fix: remove debug message#1244
st0012 merged 1 commit into
ruby:masterfrom
GabrielLidenor:fix-debug-startup-message

Conversation

@GabrielLidenor

@GabrielLidenor GabrielLidenor commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

closes #1227

First, I considered updating the startup message to "debug" to start integration with the "debug" gem if irb started with binding.irb.
However, as noted in the issue description, adding this text makes the startup banner overly verbose. I went with [removing the message / conditionally displaying it only when binding.irb is present] instead to keep the output clean.

Because it is not completely true, since for one to be able to use
debug, one first need to start irb with binding.irb
@st0012 st0012 added the bug Something isn't working label Sep 4, 2026

@st0012 st0012 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I agree debug related commands are not ideal to show in the banner. Thanks for the fix.

@st0012
st0012 merged commit 0ee3575 into ruby:master Sep 4, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Startup message about "debug" command is partially wrong

2 participants