Anything related to debug information, i.e. information stored by a compiler in the compiled code that doesn't alter the code behavior, but can be used to ease the debugging of the code itself. For example, a compiler could generate debug information about line numbers, variable names, etc.
Anything related to debug information, i.e. information stored by a compiler in the compiled code that doesn't alter the code behavior, but can be used to ease the debugging of the code itself. For example, a compiler could generate debug information about line numbers, variable names, etc.
Specific tools such as debuggers can make use of debug information to improve various aspects of the debugging process.