Debugger Engine Commands
Debugger Commands
824
Microcontrollers Debugger Manual

SREC

The SREC command initiates the loading of Freescale S-Records from a specified file.
NOTE If no path is specified, the destination directory is the current project directory.
Usage
SREC fileName [offset]
offset: is a signed value added to the load addresses in the file when loading the file
contents.
Components
Debugger engine.
Example:
in>SREC DUMP.SX
The DUMP.SX file is loaded into memory.

STEPINTO

The STEPINTO command single-steps through instructions in the program, and enters
each function call that is encountered.
NOTE This command works while the application is paused in break mode (program
is waiting for user input after completing a debugging command).
Usage
STEPINTO
Components
Debugger engine.