diff options
| author | Chris <[email protected]> | 2020-11-06 01:54:11 -0500 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-11-06 01:54:11 -0500 | 
| commit | 86366002e29ccac58bf99ac24ae16cbf77d2c093 (patch) | |
| tree | 389f7fda8330727f1cb3962b0976a7f3de7a3fd2 /vimspector-config/configurations/linux/_all | |
| parent | ef76fa96acca46c9504fafa8bccc8edcc936402e (diff) | |
updates including vimspector
Diffstat (limited to 'vimspector-config/configurations/linux/_all')
| -rw-r--r-- | vimspector-config/configurations/linux/_all/java/vimspector.json | 25 | 
1 files changed, 25 insertions, 0 deletions
diff --git a/vimspector-config/configurations/linux/_all/java/vimspector.json b/vimspector-config/configurations/linux/_all/java/vimspector.json new file mode 100644 index 00000000..608ec1b7 --- /dev/null +++ b/vimspector-config/configurations/linux/_all/java/vimspector.json @@ -0,0 +1,25 @@ +{ +  "adapters": { +    "java-debug-server": { +      "name": "vscode-java", +      "port": "${AdapterPort}" +    } +  }, +  "configurations": { +    "Java Attach": { +      "default": true, +      "adapter": "java-debug-server", +      "configuration": { +        "request": "attach", +        "host": "127.0.0.1", +        "port": "5005" +      }, +      "breakpoints": { +        "exception": { +          "caught": "N", +          "uncaught": "N" +        } +      } +    } +  } +}  | 
