dbx90
次のコマンド別名が定義されています:
a
assign
b
stop at
bp
stop in
c
cont
h
history
l
list
n
next
p
print
q
quit
r
rerun
s
step
新たな別名はaliasを用いることによって作成できます。例:
alias
alias xp1 print x+1