Open omsharp opened 6 months ago
Wondering if this could be linked somehow to this issue I'm facing https://github.com/microsoft/vscode-cpptools/issues/12120
I have to kill the process of OpenDAP a lot of times but only the first try, after launching a second one it finally starts.
Environment
Bug Summary and Steps to Reproduce
I'm trying to debug on WSL with GDB. Debugger (gdb) runs only once per terminal instance, and I must kill the current terminal to start a new gdb session.
Steps to reproduce:
debugger hanging
kill terminal
Debugger Configurations
Debugger Logs
Other Extensions
CMake Tools: 1.17.17
Additional Information
1 - I installed xterm on my Debian/WSL and set { "externalConsole": true } in launch.json, and in that case debugging runs fine, and every time I press F5 a new external terminal (xterm) will launch even if the old one is not closed.
2 - The same setup works fine on Windows 11, with gcc, gdb, and source code all on Windows. The issue only happens if I'm trying to debug on WSL with gcc, gdb, and source code all on linux.