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

Add explicit pause trigger flags to debugger Resume command #1704

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

svaarala
Copy link
Owner

@svaarala svaarala commented Aug 29, 2017

Follow-up to #1683: expose direct control over pause flags in debugger Resume command. Adds the ability to e.g. pause after a single opcode step, and to decide freely whether to pause on a caught/uncaught error.

Deprecate StepXxx commands in documentation (but only in documentation) because the Resume command with flags can now be used to implement all stepping modes, and more.

Fixes #1682.

Work in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant