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

Fix bug that debugger doesn't stop at the final line in Chrome #432

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

ono-max
Copy link
Collaborator

@ono-max ono-max commented Dec 14, 2021

Currently, debugger doesn't stop at the final line in Chrome when it proceeds with `StepOver'.

a = 1
b = 2
c = 3
d = 4
e = 5 # <- doesn't stop here

The reason is that order of appending debug commands is incorrect. This PR fixes it.

…t proceeds with 'StepOver'

The reason is that order of appending debug commands is incorrect
@ko1 ko1 merged commit dbbee39 into ruby:master Dec 15, 2021
@ono-max ono-max deleted the patch-3 branch January 9, 2022 09:46
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

2 participants