dos_compilers/Digital Research MT+86 Pascal v311/DBUGHELP.TXT
2024-06-30 11:44:12 -07:00

22 lines
768 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<parm> = (<name> or <num>) +/- <num>
<num> = <int> or $ <hexnum> or $<hexnum>:<hexnum>
<name> = <varname> or <procname> : <varname>
Display commands:
D? <parm> where ? is as follows
I - INTEGER C - CHAR L - BOOLEAN R - REAL
B - BYTE W - WORD S - STRING X - EXTENDED
V - var by name
VN - display ALL variable names
PN - display procnames
VN <procname> - display all var names associated with this proc
SB <procname> - Set breakpoint
RB <procname> - Remove breakpoint
E+ Entry/Exit display on
E- Entry/Exit display off
BE Begin exec at start of user prog
GO Continue exec from breakpont
TR Exec one Pascal statement and return
SE <parm> SEt <parm>
T<num> Trace <num> Pascal statements and return