-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In some cases, debug longclasspath project failed #541
Comments
When launching the program in the terminal (integrated terminal or external terminal), the terminal will echo the total command line strings in the shell before executing the command. In the case of this bug, the command line strings are long, so the terminal needs more time to print the command line strings. Current timeout for launching in terminal is only 10 seconds. It's not enough for the long command line case. Needs increase the timeout. |
Fixed with PR #662 |
Environment
Steps To Reproduce
"shortenCommandLine": ""/"auto"/"jarmanifest"/"argfile", // argfile requires your Java version is 9 and higher.
"console": ""/"internalConsole"/"integratedTerminal"/"externalTerminal"
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
The text was updated successfully, but these errors were encountered: