Debugging problem with gdb
-
wrote on 6 Sept 2011, 10:06 last edited by
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. -
wrote on 6 Sept 2011, 10:19 last edited by
Restart QtCreator, sometimes it helps, or set another breakpoint
-
wrote on 6 Sept 2011, 10:20 last edited by
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?
-
wrote on 6 Sept 2011, 12:13 last edited by
I use gdb.
[quote author="Tobias Hunger" date="1315304407"]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?[/quote]
-
wrote on 6 Sept 2011, 12:35 last edited by
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?
1/5