Environment
- OS and version: windows 11
- VS Code:
- C/C++ extension:
- OS and version of remote machine (if applicable):
- GDB / LLDB version: GNU gdb (GDB) 11.2
Bug Summary and Steps to Reproduce
Bug Summary:
When I run a GUI program (for example, a Qt application) in VSCode, if I add breakpoints during execution, they cannot be hit. However, in Qt Creator, the breakpoints can be hit under the same conditions. Both in Qt Creator and VSCode I am using the same MinGW 11 toolchain. I have tested across multiple environments and this problem consistently occurs.
Debugger Configurations
Debugger Logs
Other Extensions
/
Additional Information
The condition is that the breakpoints are added while the program is running, not when the program is paused.
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
When I run a GUI program (for example, a Qt application) in VSCode, if I add breakpoints during execution, they cannot be hit. However, in Qt Creator, the breakpoints can be hit under the same conditions. Both in Qt Creator and VSCode I am using the same MinGW 11 toolchain. I have tested across multiple environments and this problem consistently occurs.
Debugger Configurations
Debugger Logs
Other Extensions
/
Additional Information
The condition is that the breakpoints are added while the program is running, not when the program is paused.