Netcore dbg shows empty screen #1362
Unanswered
nikita-starostin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for the work on the nvim-dap, I feel like that is a newbie questions, but I am really stuck with googling. I am trying to debug azure function.
I have installed netcoredbg with

scoop install netcoredbg
and confirmed it is working
then have added next configuration to
nvim-dap
func host start --dotnet-debug-isolated
func.exe
as result another terminal window opened:

no output, no error messages, nothing happens
if I close that terminal window, neovim says
netcoredbg exited with code 3221225786
, also the func I have started in cli is exitedBeta Was this translation helpful? Give feedback.
All reactions