The NTSD command line uses the following syntax:
NTSD [ options] imagefile
where imagefile is the name of the image to be debugged and options is one of the following:
| Option | Description |
|---|---|
| -2 | Opens a new window for debugging character mode applications. |
| -d | Redirects output to the debugging terminal. |
| -g | Causes execution past the first breakpoint automatically. |
| -G | Causes NTSD to exit immediately when the child terminates. |
| -o | Enables debugging of multiple processes. The default is for one process directly spawned by the debugger. |
| -p process-id | Specifies debugging of the process identified by process-id. |
| -v | Produces verbose output. |