-
Notifications
You must be signed in to change notification settings - Fork 129
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
Debugger stops at unexpected places. #552
Milestone
Comments
ono-max
changed the title
Debugger stops at unexpected places.
Debugger stops at unexpected places in VSCode.
Mar 7, 2022
ono-max
changed the title
Debugger stops at unexpected places in VSCode.
Debugger stops at unexpected places.
Mar 7, 2022
Sorry I can't understand the issue. |
target.rb is as follows: pp 1 |
Thank you I can repro. |
ko1
added a commit
that referenced
this issue
Jun 30, 2022
`CONFIG.skip_all` is called to ignore cleanup code. fix #552
ko1
added a commit
that referenced
this issue
Jun 30, 2022
`CONFIG.skip_all` is called to ignore cleanup code. fix #552
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your environment
ruby -v
:ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [arm64-darwin21]
rdbg -v
:Describe the bug
Debugger stops at unexpected place as follows:
To Reproduce
Expected behavior
The debugger should not stop there.
Additional context
This bug happens in Chrome DevTools, too.
The text was updated successfully, but these errors were encountered: