Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow executing debugging commands from irb session #521

Closed
st0012 opened this issue Feb 20, 2023 · 0 comments · Fixed by #575
Closed

Allow executing debugging commands from irb session #521

st0012 opened this issue Feb 20, 2023 · 0 comments · Fixed by #575
Labels
enhancement New feature or request

Comments

@st0012
Copy link
Member

st0012 commented Feb 20, 2023

Description

Currently, irb supports 10 debugging commands that are powered by debug, which is a huge first-step improvement.

However, when users run those commands, they'll enter a new debug session and leave irb. This could be inconvenient because:

  • debug doesn't support multi-line mode
  • debug doesn't have autocompletion yet
  • irb and debug has different commands or behaviour
  • Users will lose local variables defined in the current irb session

So it'd be amazing if we can let users run the same debugging commands, while letting them stay inside the current irb session.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant