-
Notifications
You must be signed in to change notification settings - Fork 339
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
Failed to launch debuggee in terminal with TransportTimeoutException on Mac #637
Comments
Same issue here when trying to run/debug a Spring Boot project. |
@EricZhangzf Using this menu option to downgrade to |
In 0.21.0, we changed the default debug console to integrated terminal. |
This looks like a long command line case (30k+ chars in the command line). Duplicated with issue #541. Could you try to add |
We can wrap the classpath into a jar just as what we do in Windows. |
For me, the issue isn't the character length of the classpath -- it's that it takes about 15 seconds to print it all out, but VSCode gives up after 10 seconds. Is there a way to change this timeout value? In the meantime, I can confirm that this user setting does indeed resole the issue: |
@tm1819 In your case, how long is your program classpath? |
is this released. im still facing this issue. workaround if internalconsole works for ke too. |
I meet the same problem,did you solve this problem |
Maybe you can change your class name to the same as the file name ,if you add public in the front of the class |
add this line (, "java.debug.settings.console": "internalConsole") at the end of your settings.json which you can open by ctrl+shift+p , then typing settings, the file should appear .. make sure you foloow json format property |
esta es la que me funcionó, muchisimas gracias a la comunidad. |
Environment
Steps To Reproduce
Current Result
An TimeoutException window will pop up.
Expected Result
No warnings or errors.
The text was updated successfully, but these errors were encountered: