home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / debug.hlp < prev    next >
Text File  |  1995-04-05  |  549b  |  18 lines

  1. [DEBUG.HLP  1 page]
  2.  
  3. .DEBUG yourprogram
  4.         loads yourprogram, as in the "LOAD" command, but adds the proper
  5.         source language DEBUGGER:
  6.                 FORTRAN         loads FORDDT
  7.                 COBOL           loads COBDDT
  8.                 MACRO           loads DDT
  9. After loading yourprogram, the DEBUGGER begins execution automatically.
  10. Usually, then, you must type debugging commands to control the execution
  11. of the program: set breakpoints, inspect variables, etc.
  12.  
  13. Related help files:  FORDDT, DDT, LINK
  14. [End of DEBUG.HLP]
  15.  
  16. .KJOB
  17. .
  18.