Compiler Dumps

Top  Previous  Next

The Compiler Dumps Dialog shows you various pieces of information from the compiler.  To access the Intrinsic Compiler Dumps Dialog , select the "Debug->Compiler Dump" option from the menu bar.

 

CompilerDump

 

The buttons at the top of the window allows you to choose to display several different pieces of compiler information.

 

Symbols. This option displays a list of all the symbols used in the program. Symbols are organized by procedure, with variables that are local to a procedure placed under that procedure.

 

Listing. This option shows a list of program as the compiler see it. That means it shows how each include and external library is compiled.

 

Includes. This options shows a list of all the includes, both automatic and normal includes.