In This Book

Figure 2-1. Load/Rerun Dialog Box

Using the debug Command

To invoke a target program from the debugger command input box, enter the debug command followed by the target program in vocation.

For example, if the target program test takes the argumen t -F testfile , enter the following command:

debug test -F testfile

To redirect the target program's standard input and output, use the debug command's -inputand -outputoptions.

2-6 Compiling, Loading, and Executing the Target Program