See the link below for the construction procedure. https://qiita.com/takuma-jpn/items/b49785a314fb4db85775
Failed to launch debuggee in terminal with TransportTimeoutException I did it according to the procedure, but an error ↓
I searched for it because I tried to use the terminal when debugging. I found an issue on GitHub. Open the user settings from Ctrl + Shift + P and search for "java debug setting console". The default is "integrated Terminal", but if you specify "internal Console", you can debug.
Reference: https://github.com/microsoft/vscode-java-debug/issues/637
Recommended Posts