Site hosted by Angelfire.com: Build your free website today!

MS-DOS External Commands

The DEBUG Command

Description:

Runs Debug, a program testing and editing tool.

Command Syntax:

DEBUG [[drive:][path]filename [testfile-parameters]]

Explanation of Syntax:

[drive:][path]filename specifies the file you want to test.
[testfile-parameters] specifies command-line information required by the file you want to test.

After Debug starts, type ? to display a list of debugging commands.

Command Use:

This command can be used at the command prompt and in batch files.