shift-F11 stopps debugging
-
Hi all!
I am working on a desktop database app in QtCreator using the mingw tool chain. I can build debug and release, so everything looks fine. But when I press shift-F11 while stepping through code in the debugger the process terminates and in the App Output Window I can read "Debugging has finished".
Any Idea what might be the reason?
regards
Holger -
Hi
Did you upgrade Qt or anything like that ?
Try to clean build folder, and delete the .pro.user file
and select mingw again and see. -
I work with QTC now for a year or so - I had some updates, yes.
I have seen it in different projects (well - I hand not too many - a big one and a couple of test programs)
This is a hard exit - it does not run to end. Single step and step into works fine.Thx for asking.
Holger -
Hi,
In the same ideas, what is your version of Qt Creator ? If the latest you can try to use an earlier version.
-
Hi @HoMa,
may I ask which Debugger backend that is?
You may want to have a look in the Debugger Log: View (Window in older Creator releases) > Views > Debugger Log. It might give some more insight what's going wrong.
Regards