You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -426,6 +426,20 @@ It is possible to run unit tests via OmniSharp-roslyn, with success/failures lis
426
426
427
427
**Note:** this is only available using the stdio server, and unfortunately does _not_ work in translated WSL, due to the way OmniSharp-roslyn runs the tests.
428
428
429
+
## Debugging
430
+
431
+
Using Vimspector, you can debug C# projects and tests.
432
+
For debugging tests see the [Run unit tests](##Run unit tests) section.
433
+
434
+
```vim
435
+
" Starts vimspector with an ad-hoc config that will debug the current project
436
+
:OmniSharpDebugProject
437
+
438
+
" Create a .vimspector config that you can use to debug the current project and
0 commit comments