Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Creator 1.3.83 (2.0.0-beta)
-
Windows Vista 64, Nokia N82, App TRK 3.1.2, Qt for Symbian 4.6.2, GCCE compiler
-
cfe771cc373fc192e305d2f00cc81ef24ac4df10
Description
I attached a small example to show the bug. It's based on the generated Qt GUI app. I defined the global function someCall() in front of main and call it from main. someCall() just calls qDebug() and returns.
When I try to step into someCall() the debugger just runs to the next line of main. The output of qDebug() shows up, so the function is executed. A breakpoint inside someCall() is hit, too.
I attached the output of the debugger.