Debug (command)

The line-oriented debugger DEBUG.EXE is an external command in operating systems such as DOS, OS/2 and Windows (only in 16-bit/32-bit versions).

DEBUG.COM (MS-DOS <= 2.0), DEBUG.EXE (MS-DOS >= 3.x)
Original author(s)Tim Paterson
Developer(s)Microsoft, IBM, Digital Research, Novell, Caldera
Written inMS-DOS: x86 assembly language
Operating systemDOS, OS/2, Windows
TypeDebugger
LicenseMS-DOS v2.0, FreeDOS: MIT
OS/2, Windows: Proprietary software
WebsiteDebug

DEBUG can act as an assembler, disassembler, or hex dump program allowing users to interactively examine memory contents (in assembly language, hexadecimal or ASCII), make changes, and selectively execute COM, EXE and other file types. It also has several subcommands which are used to access specific disk sectors, I/O ports and memory addresses.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.