Debugger Engine Commands
Debugger Commands
827
Microcontrollers Debugger Manual

STOP

The STOP command stops execution of the emulation processor. Use the Go G command
to start the emulator.
NOTE The STOP command ends as soon as the PC is changed.
Usage
STOP
Alias
S
Components
Debugger engine.
Example:
in>STOP
STOPPING
HALTED
Current application debugging is stopped.

T

The T command executes one or more instructions at a specified address, or at the current
address (the address in the program counter). The T command traces into subroutine calls
and software interrupts. For example, if the current instruction is a Branch to Subroutine
instruction (BSR), the BSR is traced, and execution stops at the first instruction of the
subroutine. After executing the last (or only) instruction, the T command displays the
contents of the CPU registers, the instruction bytes at the new address in the program
counter and a mnemonic disassembly of the current instruction.
This command can be stopped by typing the Esc key.