pocco81 / dap-buddy.nvim

🐞 Debug Adapter Protocol manager for Neovim
GNU General Public License v3.0
400 stars 48 forks source link

Error on launch: Attribute 'program' is not absolute ('{path}') #34

Closed pedro757 closed 2 years ago

pedro757 commented 2 years ago

I'm new to dap, I don't know too much, but it seems that jsnode should have ${workspaceFolder}/${file} in program

This is the error:

Error on launch: Attribute 'program' is not absolute ('{path}'); consider adding '${workspaceFolder}/' as a prefix to make it absolute.

pocco81 commented 2 years ago

Should be working now.

pedro757 commented 2 years ago

I tried and it works!

pocco81 commented 2 years ago

Awesome! Now we can mark it as tested :)