Qt Debugger does weird stuff
-
Hello to everyone. I'm having problems with the Qt Creator's debugger. Instead of stepping through the code I wrote, it goes into internal scripts. Because of this, I cannot track down the error in my program, and use the debugger in general, because it never exits internal scripts.
It also seems to me that when i start debugging, breakpoints appear by themselves, I did not put them there.
Can somebody please help me to solve this problem? -
Good morning @keford
That looks like debugging a release build without debugging symbols. Can we see the compiler output, please?
Cheers
Axel -
@keford said in Qt Debugger does weird stuff:
I stiil can't exit internal code, it doesn't matter, how i step through it.
FWIW, try Step Out (not In or Over), repeatedly. That's the shortest way to get out of code, if that's what you're trying to do, and if it works for your situation.
-
@Axel-Spoerl hello, thank you for responding