jeanp413 / open-remote-ssh

VSCode Remote Development: Open any folder on a remote machine using SSH.
MIT License
269 stars 37 forks source link

Debugging CMake C++ Qt6 GUI Application via VSCodium Open Remote SSH extension fails in QEMU debian 12 VM #161

Open al-sabr opened 1 month ago

al-sabr commented 1 month ago

I've described the problem on this discord server

https://discord.com/channels/96230004047740928/1263011692745457747

Here is a pdf printed from discord

/ discord.com-Debugging CMake C Qt6 GUI Application via VSCode Remote SSH extension fails in QEMU debian 12 VM.pdf

al-sabr commented 1 month ago

The reason why I think the problem is in this extension is because I retried the same process with VSCode 1.91.1 and everything works flawlessly.

Best Regards

al-sabr commented 1 month ago

After changing the debugger to GDB and adding some launch configuration variables it seems to work.