Description
Run some of the test cases in the
qt-creator/tests/manual/debugger/simple test suite, for example testEndlessLoop or testUncaughtException, where you are asked to place a breakpoint and then jump over a return statement to get to actual test code.
Jumping over the return statement will not work. Jumping out of endlessRecursion, which does not contain a return statement, works.