In This Book

property

array_dim_max 10

# Print a maximum of 10

 

 

 

 

# elements of an array.

property

echo

-graphic

# In the debugger output area,

 

 

 

 

# echo commands entered

 

 

 

 

# using dialog boxes, pop-up

 

 

 

 

# menus,

or specially

 

 

 

 

 

# defined

keys.

 

alias

so

step

-over

# Use "so" on an empty

 

 

 

 

# line to step execution,

 

 

 

 

# stepping over called

 

 

 

 

# routines.

 

 

alias

s

step

 

# Use "s"

to

step

 

 

 

 

 

# execution,

stepping

into

 

 

 

 

# called

routines.

 

alias

gr go -return

# Use "gr" to

return

to

 

 

 

 

# the calling

procedure.

alias

`after_debug

delete intercept signal

SIGVTALRM

 

 

# When starting up

the

 

 

# target program,

delete

 

 

# the intercept for the

 

 

# SIGVTALRM

signal.

alias

ls sh ls

# Use "ls"

to list

directory.

 

 

# (continued)

 

Figure 6-2. A Sample Personal Startup File

6-6 Customizing the Debugger