-
Notifications
You must be signed in to change notification settings - Fork 520
Commit c990d7f
authored
Add attachDotnetDebugger debug option (#3903)
Adds an option to attach the omnisharp C# debugger for binary module projects, enabling mixed debugging for Powershell Binary Modules.
The attach task runs as a child task to the PowerShell debugging session and is managed via its lifecycle.
Also: refactored/rearranged the debug config resolution/validation/mutation steps, to occur at the proper stages of functions that were called. I added tests for what I changed.1 parent 44dd557 commit c990d7f
File tree
18 files changed
+960
-158
lines changed- examples/.vscode
- src
- features
- test
- core
- features
- mocks/BinaryModule
18 files changed
+960
-158
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | + | ||
7 | + | ||
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
6 | 10 |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | + | ||
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
96 | 97 |
| |
98 | + | ||
97 | 99 |
| |
98 | 100 |
| |
99 | 101 |
| |
| |||
522 | 524 |
| |
523 | 525 |
| |
524 | 526 |
| |
527 | + | ||
528 | + | ||
529 | + | ||
530 | + | ||
531 | + | ||
532 | + | ||
533 | + | ||
534 | + | ||
535 | + | ||
536 | + | ||
525 | 537 |
| |
526 | 538 |
| |
527 | 539 |
| |
|
0 commit comments