Content deleted Content added
Matthiaspaul (talk | contribs) +ref |
Matthiaspaul (talk | contribs) +ref |
||
Line 6:
DDT is closely related to [[Octal Debugging Technique|ODT]]. Both names were used for several different debuggers, but generally debuggers with the ODT name had more limited capabilities than DDT debuggers.
{{anchor|CP/M}}Early versions of [[Digital Research]]'s [[CP/M]] and [[CP/M-86]] kept the DEC name DDT (and DDT-86 and DDT-68K<!-- both with hyphen -->) for their debugger, however, now meaning "'''Dynamic Debugging Tool'''".<ref name="Kildall_1978_DDT"/> The CP/M DDT was later superseded by the ''[[Symbolic Instruction Debugger]]'' (SID,<ref name="DR_1978_SID"/> ZSID, [[SID86]]<!-- no hyphen -->,<ref name="DR_1982_SID86"/> and [[GEMSID]]) in [[DR DOS]] and [[Graphics Environment Manager|GEM]].<ref name="Paul_1997_DRDOSTIP"/><ref name="Paul_2002_DEBUG"/>
In addition to its normal function as a debugger, DDT was also used as a top-level [[command line interpreter|command shell]] for the [[Massachusetts Institute of Technology|MIT]] [[Incompatible Timesharing System|ITS]] [[operating system]]; on some more recent ITS systems, it is replaced with a "PWORD" which implements a restricted subset of DDT's functionality. DDT could run and debug up to eight [[Process (computing)|processes]] (called "jobs" on ITS) at a time, such as several sessions of [[Text Editor and Corrector|TECO]], and DDT could be run [[recursively]] - that is, some or all of those jobs could themselves be DDTs (which could then run another eight jobs, and so on). These eight jobs were all given unique names, and the usual name for the original and top-most DDT was "HACTRN" ("hack-tran"); thus [[Guy L. Steele]]'s famous [[filk]] poem parody of [[Edgar Allan Poe]]'s "[[The Raven]]," ''The HACTRN''.
Line 27:
<ref name="Paul_2002_DEBUG">{{cite newsgroup |title=SID86 |author-first=Matthias R. |author-last=Paul |date=2002-01-09 |newsgroup=comp.os.cpm |url=https://groups.google.com/d/msg/comp.os.cpm/KG4R7ZNvHK8/U5LAkmjcxYgJ |access-date=2018-04-08 |url-status=live |archive-url=https://archive.today/20180827033457/https://groups.google.com/forum/%23!msg/comp.os.cpm/KG4R7ZNvHK8/wF6ZW1TyYj4J |archive-date=27 August 2018 |quote=[…] Since the [[DR-DOS 7.03]] [[DEBUG (DOS command)|DEBUG]] is still based on the old [[SID86|SID86.EXE]], I suggest to run DEBUG 1.51 and enter the extended help system with ?? from the debug prompt. This will give you eight screens full of syntax and feature help. Some of these features were also supported by older issues. […] }}</ref>
<ref name="DR_1978_SID">{{cite book |title=SID Users Guide |date=1978 |publisher=[[Digital Research]] |id=595-2549 |url=http://www.cpm.z80.de/randyfiles/DRI/SID_ZSID.pdf |access-date=2020-02-06 |url-status=live |archive-url=https://web.archive.org/web/20191020124044/http://www.cpm.z80.de/randyfiles/DRI/SID_ZSID.pdf |archive-date=2019-10-20}} (4+69 pages)</ref>
<ref name="DR_1982_SID86">{{cite book |title=SID-86 User's Guide for CP/M-86 |date=August 1982 |orig-year=March 1982 |edition=2 |publisher=[[Digital Research]] |id=SID86UG.WS4 |url=http://www.cpm.z80.de/manuals/SID86_User_Guide.txt |access-date=2020-02-06 |url-status=live |archive-url=https://web.archive.org/web/20191020123025/http://www.cpm.z80.de/manuals/SID86_User_Guide.txt |archive-date=2019-10-20}} [https://web.archive.org/web/20200208055456/https://archive.computerhistory.org/resources/access/text/2016/12/102762507-05-01-acc.pdf<!-- https://archive.computerhistory.org/resources/access/text/2016/12/102762507-05-01-acc.pdf -->] (NB. A retyped version by Emmanuel Roche with Q, SR, and Z commands added.)</ref>
}}
|