◄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► -♦-