Debugging information provides a view into the source code of an application. It’s by no means exhaustive, but many features present in the source code are present in the debugging information as well: translation units, functions, scopes, types, variables, etc. …