Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Run Menu, Debug Command
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Run menu, Debug command
 
     Choose Debug to run CodeView for the current program.
 
     When you choose Debug, PWB executes the command specified by the
     current project template's 'debug' build rule.
     See: Build:command {run│debug}
 
     To set the program's command line, choose Program Arguments.
     See: Run menu, Program Arguments
 
     To set CodeView options, choose CodeView Options.
     See: Options menu, CodeView Options
 
     TIP: You can also use the following macro to debug the program:
 
          debug:=Arg "debug" Compile
 
     See
 
     Run menu, Execute
     Run menu, Program Arguments
                                    -♦-