Debugging problem with gdb
-
Hi, when i set breakpoint and start debugging i receive this error:
!http://img824.imageshack.us/img824/9297/erroreu.jpg!
I use last qt creator 2.3.0 with qt 4.7.4
How can i resolve this?
Thank's. -
The debugger used on windows depends on the Qt version used: The Mingw ones will use GDB, the MSVC ones CDB. So which debugger are you using?
-
The problem is when i press F10 step by step, if i put a breakpoint and press f10 i receive this error. But if i put a breakpoint on every line (to simulate the f10) and press F5 (continue) all works well. So the problem is the pression of F10. Nobody have this problem?