Add way to install a different java debugger, though it doens't work well
This commit is contained in:
parent
42d4b80200
commit
287286cadb
2 changed files with 39 additions and 0 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue