-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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:
debugdoesn't support multi-line modedebugdoesn't have autocompletion yetirbanddebughas different commands or behaviour- Users will lose local variables defined in the current
irbsession
So it'd be amazing if we can let users run the same debugging commands, while letting them stay inside the current irb session.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request