system.debugger.c

Command/System Debugger, Releases: AP and R83

Specifies character display format.

Syntax

c{data.reference.specification}

Description

displays debugger data in character (ASCII) format.

Example

c*bmsbeg

This makes an indirect reference to 'bmsbeg' and displays a four-byte
window by default.

c16274.c;6

Will display:

!c16274.c;6 s^2322=

This will display, in character format, the contents of frame 16274, offset
x'c', displaying a window of 6 bytes.

See Also

Command Name Type Description
system.debugger.functions Definition System debugger replacement/display functions.
system.debugger.drs Definition How data is referenced.
system.debugger.dfs Definition Overview of format specifications.
system.debugger.overview Introductory Overview of system debugger.
system.debugger.m Command Toggles modal trace.

User Comments

What do you think?

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

Login to leave your comments.