-
-
Notifications
You must be signed in to change notification settings - Fork 40
DAP integration
Zeioth edited this page Aug 8, 2023
·
44 revisions
With compiler.nvim you can (optionally) compile your programs in debug mode, so you can run them them with DAP
.
To do so, you must pass a special parameter to the compiler. This parameter will be different depending of the language you are using (because every language uses a different compiler). Normally this parameter is -debug
or similar. Check the list of compilers to discover it.
Here you can find details about how do it for every language: