You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used Msys2 from VSCode documentation page (on 30/12/2024)
C/C++ extension: GCC 14.2.0
GDB / LLDB version: 15.2
Bug Summary and Steps to Reproduce
Hi there, I've just installed msys2 with gcc, g++ and gdb to compile and debug C files, I can compile it using gcc [file_path] -o [output], but when I click on Run or Debug using VSCode, it shows me that the file doesn't exist. I've already checked if there's any application running on task manager, nothing running, also, tried to configure a launch.json file, but it didn't work, the same error appears everytime, so, how do I fix this, or even, how can I disable debugging? So it can just compile for me, and then I debug it externally.
If there's any information missing, just let me know and I update it here :D
Environment
Bug Summary and Steps to Reproduce
Hi there, I've just installed msys2 with gcc, g++ and gdb to compile and debug C files, I can compile it using gcc [file_path] -o [output], but when I click on Run or Debug using VSCode, it shows me that the file doesn't exist. I've already checked if there's any application running on task manager, nothing running, also, tried to configure a launch.json file, but it didn't work, the same error appears everytime, so, how do I fix this, or even, how can I disable debugging? So it can just compile for me, and then I debug it externally.
If there's any information missing, just let me know and I update it here :D
Debugger Configurations
Debugger Logs
Other Extensions
N/A
Additional Information
No response
The text was updated successfully, but these errors were encountered: