Add way to install a different java debugger, though it doens't work well

This commit is contained in:
Ben Jackson 2020-01-21 22:24:59 +00:00
commit 287286cadb
2 changed files with 39 additions and 0 deletions

View file

@ -17,6 +17,16 @@
"stopOnEntry": true,
"console": "integratedTerminal"
}
},
"Attach with vscode-javac": {
"adapter": "vscode-javac",
"configuration": {
"request": "attach",
"port": "${debugPort}",
"sourceRoots": [
"${workspaceRoot}/src/main/java"
]
}
}
}
}