Details
Description
While executing the below Qt Creator manual test cases for Debugger, observed that the "Hit Count" in the tool tip of the breakpoint shows always '0'
Test a breakpoint in a QThread:
- Uncomment the call to qthread::testQThread()
- Place a breakpoint in qthread::Thread::run()
- Run this in the debugger
- Make sure that:
- the breakpoint receives the right number of hits
- "Locals and Expressions" and "Stack" views show reasonable data, including the object names of the threads