I just installed qt creator sdk and windows debug files. When I try to debug the debugger, a warning appears:
The preferred debugger mechanism for debugging binary files such as "x86-windows-msys-pe-23bit" is not available. The Cdb mechanism of the debugger engine will be used as a backup Details: for binary files in the format "x86-windows-msys-pe-32bit" there is no binary gdb file, Then the construction of the program will begin.
When I set breakpoints in a program, the debugger does not stop at breakpoints. I tried a lot of things to let the debugger work correctly, but so far nothing has helped. If anyone has a suggestion, please let me know. I think this may be due to the compiler I am using, something like mingw, but I donβt know how to install another compiler or something like that
Corne source share