Dynamic debugging technique: Difference between revisions

Content deleted Content added
m External links correction process; see User:Lady Lysine Ikinsile/extlinks
Category:Debuggers, lose ridiculous connection to adb etc names
Line 1:
'''Dynamic Debugging Technique''', or DDT, was the name of several [[debugger]] programs originally developed for [[Digital Equipment Corporation|DEC]] hardware, originally known as '''DEC Debugging Tape''' because it was distributed on [[paper tape]]. The first version of DDT was developed at [[MIT]] for the [[PDP-1]] computer in [[1961]], but newer versions on newer platforms continued to use the same name. After being ported to other vendor's platforms and changing media, the name was changed to the less DEC-centric version.
 
==External linkslink==
Today DDT is often used as a generic term for any debugger, and modifications of the [[TLA]] for new programs are common, "adb", "sdb", "dbx", and "gdb" for instance.
* [http://web.mit.edu/afs/net/project/cgw/src/ddt.68/ddt.cmds DDT Command List] for a freeware version written in portable [[C programming language|C]]
 
[[Category:Debuggers]]
'''See''': [[Text editor]], [[Line editor]], [[ed]], [[edlin]]
 
==External links==
* [http://web.mit.edu/afs/net/project/cgw/src/ddt.68/ddt.cmds DDT Command List] for a freeware version written in portable [[C programming language|C]]