Commit 0e4b2c0
authored
Avoid stopping the debugger when canceling other tasks in a debug session (#1712)
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.1 parent 3fa6082 commit 0e4b2c0
File tree
1 file changed
+6
-2
lines changed- src/PowerShellEditorServices/Services/PowerShell/Host
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
873 | | - | |
874 | | - | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
875 | 879 | | |
876 | 880 | | |
877 | 881 | | |
| |||
0 commit comments