system.debugger.e

Command/System Debugger, Releases: AP and R83

Toggles the single-step feature on or off.

Description

toggles the system debugger single-stepping feature on or off.

Example

e1<return> <- Enter this.
!e on <- Now in single-step mode.
!<ctrl>+j <- Executes one instruction.
E au.rtn.level:00C => 15 bbs ilk.fail,item.lk
(above line is execution address.)
!e off <- Cancels single-step mode.
!<ctrl>+j <- Returns to normal processing.

See Also

Command Name Type Description
basic.debugger.d Command Displays trace and break table.
system.debugger.k Command Kills breakpoint.
system.debugger.b Command Sets breakpoint condition.
system.debugger.m Command Toggles modal trace.
system.debugger.n Command Ignores breakpoints for specified number of times.
system.debugger.overview Introductory Overview of system debugger.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.