Commit 62f1e5b
committed
Add !ctrlc and !break commands to debug adapter evaluator
This change adds the !ctrlc and !break commands which are special to the
debug adapter's REPL interface. The provide the ability to send a Ctrl+C
(abort) or Ctrl+B (break) at any time. This is necessary because the
debugger UI can't properly handle or transfer these commands in some
cases.1 parent 47b47e3 commit 62f1e5b
File tree
1 file changed
+17
-15
lines changed- src/PowerShellEditorServices.Protocol/Server
1 file changed
+17
-15
lines changedLines changed: 17 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | 347 | | |
349 | 348 | | |
350 | 349 | | |
351 | 350 | | |
352 | 351 | | |
353 | 352 | | |
354 | 353 | | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
| 354 | + | |
365 | 355 | | |
366 | 356 | | |
367 | 357 | | |
| |||
659 | 649 | | |
660 | 650 | | |
661 | 651 | | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
666 | 668 | | |
667 | 669 | | |
668 | 670 | | |
| |||
0 commit comments