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.