Stepover, Or sto – Freescale Semiconductor Microcontrollers User Manual

Page 826

Advertising
background image

Debugger Engine Commands

Debugger Commands

826

Microcontrollers Debugger Manual

STEPOVER

The STEPOVER command executes the procedure as a unit, and then steps to the next
statement in the current procedure. Therefore, the next statement displayed is the next
statement in the current procedure regardless of whether the current statement is a call to
another procedure.

NOTE

This command works while the application is paused in break mode (program
is waiting for user input after completing a debugging command).

Usage

STEPOVER

Components

Debugger engine.

Example:

in>STEPOVER

STEP OVER

STARTED

RUNNING

STOPPED

STEPPED OVER (or STOPPED) in the status line indicates that the application is
stopped by a step over function.

Advertising