Fix up java test
This commit is contained in:
parent
b0d41eb347
commit
bdca96f663
5 changed files with 52 additions and 4 deletions
|
|
@ -9,7 +9,10 @@
|
|||
"classPaths": [ "${workspaceRoot}/target/classes" ],
|
||||
"args": "hello world!",
|
||||
"stopOnEntry": true,
|
||||
"console": "integratedTerminal"
|
||||
"console": "integratedTerminal",
|
||||
"stepFilters": {
|
||||
"skipClasses": [ "$$JDK" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"Java Attach": {
|
||||
|
|
@ -19,7 +22,10 @@
|
|||
"sourcePaths": [ "${workspaceRoot}/src/main/java" ],
|
||||
"stopOnEntry": true,
|
||||
"hostName": "localhost",
|
||||
"port": "${JVMDebugPort}"
|
||||
"port": "${JVMDebugPort}",
|
||||
"stepFilters": {
|
||||
"skipClasses": [ "$$JDK" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"Attach with vscode-javac": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue