cpow / neovim-for-newbs

a simple lua neovim configuration for newbs
452 stars 81 forks source link

Help needed - debug config issues #6

Open KaiserDMC opened 5 months ago

KaiserDMC commented 5 months ago

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 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!