Details
Description
- Open simple.pro from Creator repository. Uncomment call to testEndlessLoop() and set a breakpoint inside the loop in this function.
- Build with MinGW, run in gdb.
- When breakpoint is hit, edit it. Add an impossible condition, e.g. "false". Continue debugging.
- Disable the breakpoint. Execution will instantly stop at the line with the breakpoint.