Context
I am using VSCode on my host machine (using Windows) to remote (using Remote - SSH extesion) into my VM (Ubuntu) and I want to debug my C program using gdb but with VSCode user interface.
I did make it work a few weeks ago, but when I came back to work today, it just stops working, the debugger panel shows up for one second and then disappear, nothing else happened.
For your information, I will attach a picture showing my launch.json file, and my ./gdb script file (because i need to run debug with sudo) and other infor as well
Does anyone know how to solve this? Thanks