Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Use flag instead of caller for debug's binding.irb check #947

Merged
merged 1 commit into from
May 4, 2024
Merged

Conversation

st0012
Copy link
Member

@st0012 st0012 commented May 3, 2024

Although #946 was caused by file loading order change, I believe it's better not to rely on caller location for the binding.irb check. So this PR flags Irb instances that are created from binding.irb, and use that info to inform debug commands.

Closes #946

@st0012 st0012 added the bug Something isn't working label May 3, 2024
@st0012 st0012 self-assigned this May 3, 2024
Copy link
Member

@tompng tompng left a comment

Choose a reason for hiding this comment

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

👍

@tompng tompng merged commit 4a4d7a4 into master May 4, 2024
59 checks passed
@tompng tompng deleted the fix-#946 branch May 4, 2024 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

Can't enter a debug session with irb 1.13
2 participants