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

Allow reentrant breakpoint on Ruby 3.1 #558

Merged
merged 1 commit into from
Mar 11, 2022
Merged

Conversation

ko1
Copy link
Collaborator

@ko1 ko1 commented Mar 11, 2022

On Ruby 3.1 there is TracePoint.allow_reentry method to allow
reentrant TracePoint events and it allows us to enable nested
breakpoints.

On Ruby 3.1 there is `TracePoint.allow_reentry` method to allow
reentrant TracePoint events and it allows us to enable nested
breakpoints.
@ko1 ko1 merged commit 4af8c25 into master Mar 11, 2022
@ko1 ko1 deleted the allow_reentrant_on_ruby31 branch March 11, 2022 12:34
st0012 added a commit to st0012/rails that referenced this pull request Jul 30, 2022
The issue has been resolved in ruby/debug#558
and has been released since version 1.5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant