debug line data
Compiler-generated information that identifies line numbers in source code. It is typically stored in the module itself, or in a .pdb file associated with the module.
Debug line data is used to display line numbers and source code in the data views and windows, and to instrument modules for data collection at line or function level.
For more information about debug line data, refer to the documentation for Microsoft Visual Studio.
(C) Copyright IBM Corporation 1993, 2010.