-
Notifications
You must be signed in to change notification settings - Fork 411
Closed
Description
Environment
- Operating System: Win & Mac
- JDK version: 8 & 11
- Visual Studio Code version: 1.31.1
- Java extension version: 0.39.0
- Java Debugger extension version: 0.16.0
Steps To Reproduce
- Open the project "longclasspath"
- F5 to generate launch.json
- Modify the launch.json with the following combinations:
"shortenCommandLine": ""/"auto"/"jarmanifest"/"argfile", // argfile requires your Java version is 9 and higher.
"console": ""/"internalConsole"/"integratedTerminal"/"externalTerminal" - Click debug codelens
Current Result
Mac:
It will failed when the combinations are “externalTerminal" + "auto" or "intergratedTerminal”+“auto"

Windows:
Sometimes debug also failed in windows, attached the log
log.txt
Metadata
Metadata
Assignees
Labels
No labels