DataMuseum.dk

Presents historical artifacts from the history of:

Jet Computer Jet80

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Jet Computer Jet80

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦d17d20870⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »DBUGHELP.TXT«

Derivation

└─⟦c9df7130d⟧ Bits:30005915 Pascal MT+ Release 5.2 (Jet-80)
    └─ ⟦this⟧ »DBUGHELP.TXT« 

TextFile

<parm> = (<name> or <num>) +/- <num>
<num>  = <int> or $ <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
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
T<num> Exec <num> Pascal statements and return
«eof»