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

Disable canceled step/next/finish #784

Merged
merged 1 commit into from
Nov 1, 2022
Merged

Disable canceled step/next/finish #784

merged 1 commit into from
Nov 1, 2022

Conversation

ko1
Copy link
Collaborator

@ko1 ko1 commented Nov 1, 2022

When next command canceled with other breaks, for example, stop
at a breakpoint while executing next command, the next command
should be canceled and it should not stop on the next line.

However, the current implementation left the TracePoint object for
step commands, so it should be disabled.

When `next` command canceled with other breaks, for example, stop
at a breakpoint while executing `next` command, the `next` command
should be canceled and it should not stop on the next line.

However, the current implementation left the TracePoint object for
step commands, so it should be disabled.
@ko1 ko1 merged commit 9eb5e3e into master Nov 1, 2022
@ko1 ko1 deleted the fix_canceled_next branch November 1, 2022 18:18
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.

1 participant