A listing view contains text similar to the text in the compiler listing produced by the compiler. To create a listing view for debugging, use the DBGVIEW(*LIST) option when you create the module or program.
Notes:
The ILE C compiler creates the listing view by copying the lines in a section
of the listing into the module.
The ILE C++ compiler creates the listing view by copying the text of the
appropriate source files into the module.
For example, to create a listing view to debug a program created from the source file myfile.cpp, enter:
CRTBNDCPP MYFILE SRCSTMF('/home/myfile.cpp') DBGVIEW(*LIST)
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.