Skip to content

Conversation

xeger
Copy link
Contributor

@xeger xeger commented Jul 6, 2022

This closes #676 whose root cause was "user did not follow README instructions closely enough." ;-)

Description

  • reinforced the need for debug 1.x when debugging in a Bundler project

---|---|---|---|
Yes | `rdbg --open` | `require "debug/open"` | `DEBUGGER__.open`
No | `rdbg --open --nonstop` | `require "debug/open_nonstop"` | `DEBUGGER__.open(nonstop: true)`
No | `rdbg --open --nonstop` | `require "debug/open_nonstop"` | `DEBUGGER__.open(nonstop: true)`
Copy link
Collaborator

Choose a reason for hiding this comment

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

what is different?

Copy link
Collaborator

Choose a reason for hiding this comment

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

ah, spacing at the end of line.

@ko1 ko1 merged commit 654e6ec into ruby:master Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rdbg + Bundler -> numerous gem version conflicts
2 participants