ILE C/C++ Programmer's Guide
The ILE source debugger has the following limitations:
- Function calls cannot be used in debug expressions. This is a
limitation of the debug expression grammar.
- Precedence of operators and type conversion of mixed types conform to the
C and C++ language standards.
- The maximum size of variables that can be displayed is 65535
characters:
- With the :c and :x formatting overrides,
if no count is entered, the command stops after one byte.
- With the :s formatting override, if no count is entered,
the command stops after 30 bytes or a NULL, whichever is encountered
first.
- With the :f formatting override, if no count is entered,
the command stops after 1024 bytes or a NULL, whichever is encountered
first.
- The maximum number of classes that can be inherited as virtual base
classes in a single compilation unit is 512.
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.