ILE C/C++ Programmer's Guide


Debug Data Options

The type of debug data that can be associated with a module is referred to as a debug view.

The storage requirements for a module or program vary somewhat, depending on the type of debug data included. The debug options are listed below. Secondary storage requirements increase as you work down the list:

  1. DBGVIEW(*NONE) (No debug data)
  2. DBGVIEW(*STMT) (Statement view)
  3. DBGVIEW(*SOURCE) (Source view)
  4. DBGVIEW(*LIST) (Listing view)
  5. DBGVIEW(*ALL) (All views)


[ Top of Page | Previous Page | Next Page | Table of Contents ]