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

  1. You can use the Debugger to debug 
  2. your code at the source level. You can also 
  3. set breakpoints and monitor variables, registers, storage, and the call stack.
  4.  
  5. Be sure to complete the Before You Begin section before trying any of the other tasks.