home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / tutorial / present / text / 141d4.txt < prev    next >
Encoding:
Text File  |  1996-01-16  |  425 b   |  3 lines

  1. The Debugger begins by displaying a Debugger-Control and a Source window. The Debugger-Control window lists the threads and components that make up the application.
  2.  
  3. To use the Debugger, programs must be compiled and linked using debug options. The compiler option /Ti causes the compiler and linker to add debug information to the executable file.  The Arithmetical Expression application was built using the debug option.