Skip to content

Conversation

andyleejordan
Copy link
Member

While we need to cancel the debugger if a debugged task is running and
Ctrl-C is issued, we explicitly are not running the debugged task when
we're stopped in a breakpoint. Instead, the user can be running
unrelated tasks and may wish to cancel them without stopping the
debugger.

Fixes PowerShell/vscode-powershell#3832 and #1708

…sion

While we need to cancel the debugger if a debugged task is running and
Ctrl-C is issued, we explicitly are not running the debugged task when
we're stopped in a breakpoint. Instead, the user can be running
unrelated tasks and may wish to cancel them without stopping the
debugger.
@andyleejordan andyleejordan merged commit 0e4b2c0 into master Feb 16, 2022
@andyleejordan andyleejordan deleted the andschwa/dont-cancel-debugger branch February 16, 2022 22:02
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.

CTRL+C stops debugging when stopped on breakpoint Cancel Keystroke should not end a debugging session in the pipeline
2 participants