Details
Description
- Open project simple.pro from Creator's source repository.
- In testEndlessRecursion(), comment out the return.
Currently, this is line 2325 of simple_test_app.cpp - Build this on an MSVC-based build of Qt.
- Run the result in the debugger.
The debugger will stop because of the too deep recursion. Creator will show the definition of dummyStatement(...) in line 143 which seems to have nothing to do with this. - Stop debugging.
- Repeat steps 4 and 5 a couple of times.
Creator will eventually start showing the right line. - Rebuild the project.
- Repeat steps 4 and 5.
Creator will show the wrong line again.
Creator should show the definition of testEndlessRecursion(). This used to work with Creator 3.0.1.