Prev Next

Step Through Function Calls

The 'Step Through' command can be executed by clicking on the Step Through button on the Record & Analyze window toolbar.

Alternatively, press Shift+F6 or select the 'Execute > Run > Step In' ribbon option.

The 'Step Through' command causes a 'Step Into' command to be executed; if any function is detected, then that function call is recorded in the History window.

The debugger then steps out, and the process can be repeated.

This button enables you to record a call without having to actually step into a function; the button is only enabled when at a breakpoint and in manual recording mode.