OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.7k stars 169 forks source link

Error when trying to debug a test #759

Closed Melandel closed 2 years ago

Melandel commented 2 years ago

Hello,

When trying to :OmniSharpDebugTest a test, I get an error:

Error detected while processing function OmniSharp#proc#vimOutHandler[11]..OmniSharp#stdio#HandleResponse[42]..<SNR>172_DebugTestsRH:
line    1:
E121: Undefined variable: FileName

I made a repository to help try and reproduce the issue here - configuration elements are in the README.

Can you tell me if you are able to reproduce it?

Melandel commented 2 years ago

I moved my plugins folder recently and vimspector kept detecting netcoredbg was present but had issues using it from the new location.

I fixed it by removing vimspector, then reinstalling it, then reinstalling netcoredbg through it.