Details
Description
- Open the "simple" test project in Creator.
See tests/manual/debugger/simple/simple.pro in Creator's source repository. - Place a breakpoint in the last line of the main function, at the return statement.
- Run the debugger.
It will stop at the breakpoint. The source code editor displays annotations with the values of variables. Usually, these are near usages of such variables. The values of "b" and "c" are displayed in lines without any usage of the variables, though: