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
As I understood, dap.adapters is for nvim-dap to recognize how to start the debugger, and dap.configuration is for adapter launch options, which is the same as launch.json in vscode.
My question is how can I configure these adapters like using settings.json in vscode?(Specifically codelldb in my case)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As I understood,
dap.adapters
is for nvim-dap to recognize how to start the debugger, anddap.configuration
is for adapter launch options, which is the same aslaunch.json
in vscode.My question is how can I configure these adapters like using
settings.json
in vscode?(Specifically codelldb in my case)Beta Was this translation helpful? Give feedback.
All reactions