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 a way to break the debugger when it runs #1578

Closed
rjmholt opened this issue Oct 12, 2018 · 1 comment
Closed

Add a way to break the debugger when it runs #1578

rjmholt opened this issue Oct 12, 2018 · 1 comment
Labels
Area-Debugging Issue-Enhancement A feature request (enhancement).

Comments

@rjmholt
Copy link
Contributor

rjmholt commented Oct 12, 2018

The ISE has Ctrl+B to interrupt the pipeline, and the ConsoleHost uses Ctrl+Break.

We should support something similar to

  1. Hook into the pipeline to break it while it's running
  2. Allow implicit breaks for things like setting breakpoints (like in Debug Session not respecting Added or removed Breakpoints & Integrated Shell Crash #1494)
  3. And allow a VSCode hotkey configuration for breaking the pipeline as well.
@rjmholt rjmholt added Issue-Enhancement A feature request (enhancement). Area-Debugging labels Oct 12, 2018
@rjmholt
Copy link
Contributor Author

rjmholt commented Oct 16, 2018

This works currently with F6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Debugging Issue-Enhancement A feature request (enhancement).
Projects
None yet
Development

No branches or pull requests

1 participant