LSP4IJ provides Debug Adapter Protocol support
with the Debug Adapter Protocol
run/debug configuration type:
After configuring the DAP configuration type, you can debug your file.
Here is an example with JavaScript debugging
, which uses the VSCode JS Debug DAP server:
To configure debugging with DAP, you need to fill in:
-
The
Configuration
tab to specify the working directory and the file you want to run/debug: -
The
Mappings
tab to specify the files which can be debugged to allow adding/removing breakpoints: