PLBDBUG Commands


 

The following commands are available within the Sunbelt debugger. Each debugger command is entered on a command line. Optionally, multiple commands may be entered as a single command line statement by concatenating them together with a semicolon (;) character as the command delimiter character. All of the debugger commands can be concatenated and executed except for 'BP' and 'Cn' commands as described below.

Example:

DV S$CMDLIN;BC 1;G

 

This example executes three separate debugger commands as:

 

DV S$CMDLIN

BC 1

G

 

Function Key

Command

Function

F1

?

Help

F3

TO

Step Out

F4

V

View Program Output

F5

G

Go

F6

.

Restore Source Window

F8

T

Trace

F9

 

Repeat Last Command

F10

P

Step over calls

Shift-F10

 

Toggle MV command EDIT mode

PGUP

 

Display Prior Source Screen

PGDN

 

Display Next Source Screen

UP

 

Display Prior Source Line

DN

 

Display Next Source Line

LEFT

 

Scroll the source window left.

RIGHT

 

Scroll the source window right.

HOME

 

Display First Source Lines

END

 

Display Last Source Lines

Shift-Fn

 

User defined functions

 

!

Shell to OS

 

BP

Breakpoint Set

 

BC

Breakpoint Clear

 

BD

Breakpoint Disable

 

BE

Breakpoint Enable

 

BL

Breakpoint List

 

C

Breakpoint Table Command

 

CC

Breakpoint Table Command Clear

 

CL

Breakpoint Table Command List

 

CS

Call stack trace

 

DB

Display bytes

 

DF

Display File List

 

DL

Display variable logical length

 

DV

Display variable

 

DX

Display execution label (9.5B)

 

FC

Flag Clear

 

FS

Flag Set

 

IP

Change Instruction Pointer

 

MF

Modify Formpointer

 

ML

Modify Lengthpointer

 

MV

Modify variable

 

Q

Quit

 

S

Search For String

 

TM

Tracepoint Maybe

 

TP

Set Tracepoint

 

TC

Clear Tracepoint

 

U

Uncompile

 

W

Display Window Size

 

Xn

Set, change or execute a command from the command table.

 

XC

Clear a command from the command table

 

XL

List the command table

 

XS

Initialize the shifted or function key character user commands

 

 

See Also: PLBDBUG, Utilities

 



System Utilities