Closed
Description
The ISE has Ctrl+B to interrupt the pipeline, and the ConsoleHost uses Ctrl+Break.
We should support something similar to
- Hook into the pipeline to break it while it's running
- Allow implicit breaks for things like setting breakpoints (like in Debug Session not respecting Added or removed Breakpoints & Integrated Shell Crash #1494)
- And allow a VSCode hotkey configuration for breaking the pipeline as well.