Library /sys$common/syshlp/dbg$help.hlb DEBUG, Language Support, CC, Arrays *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The debugger handles C arrays as for most other languages. That is, you can examine an entire array aggregate, a slice of an array, or an individual array element, using array syntax (for example EXAMINE arr[3]). And you can deposit into only one array element at a time.
|