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
Anyone know if there is a need of additional settings in addition to debugging.lua setup to debug Go files?
Using Neovim v0.9.4 on Windows.
Delve and all other pre-requisites are installed and I get no errors in :checkhealth, Mason or anywhere.
Tried starting Neovim from the application itself, PowerShell, Powershell for Windows, CMD and most recently Alacritty, but the results are always the same:
I place a breakpoint
I click continue -> to start debugging
A new cmd window opens and closes in roughly 2 seconds
The error presented in Neovim is dlv exited with code 2
After some more time an error indicating that dap did not respond appears
I read that one may need to use a config.json or some additional .lua config files for dap but everything I found online was either outdated or it did not work.
Appreciate any inputs!
The text was updated successfully, but these errors were encountered:
Anyone know if there is a need of additional settings in addition to
debugging.lua
setup to debugGo
files?Using Neovim v0.9.4 on Windows.
Delve and all other pre-requisites are installed and I get no errors in
:checkhealth
, Mason or anywhere.Tried starting Neovim from the application itself, PowerShell, Powershell for Windows, CMD and most recently Alacritty, but the results are always the same:
dlv exited with code 2
dap
did not respond appearsI read that one may need to use a
config.json
or some additional.lua
config files fordap
but everything I found online was either outdated or it did not work.Appreciate any inputs!
The text was updated successfully, but these errors were encountered: