Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.8.0
-
None
-
-
6809848b23cc49c2bebd0c0db3c42490d0ad5eb6 (qt-creator/qt-creator/4.8)
Description
When stepping into a function using the CDB debugger, the first step is always the call to function, instead of the first call in the function. To enter the function you have to press F11 twice.
It shows after the first F11 press something like:
ILT+370(?testYAVHX)
pressing F11 a second time jumps into the function like expected.