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
I have install dap following this post, and trying to setup debugging for c/c++.
But after doing :DIInstall ccppr_lldb and adding dap_install.config("ccppr_lldb", {})
to the dapinstall.lua config file, I'm still getting an error
No configuration found for `c`. You need to add configs to `dap.configurations.c`
How do I add the configurations for c?
The text was updated successfully, but these errors were encountered:
Hi!
I have install dap following this post, and trying to setup debugging for c/c++.
But after doing :DIInstall ccppr_lldb and adding
dap_install.config("ccppr_lldb", {})
to the dapinstall.lua config file, I'm still getting an error
How do I add the configurations for c?
The text was updated successfully, but these errors were encountered: