Skip to content

In some cases, debug longclasspath project failed #541

@sallyur

Description

@sallyur
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
  1. Open the project "longclasspath"
  2. F5 to generate launch.json
  3. 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"
  4. Click debug codelens
Current Result

Mac:
It will failed when the combinations are “externalTerminal" + "auto" or "intergratedTerminal”+“auto"
image

Windows:
Sometimes debug also failed in windows, attached the log
log.txt

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions