RAD Studio (Common)
ContentsIndex
PreviousUpNext
Load Process Symbol Tables

RunLoad ProcessSymbol Tables 

Specifies the location of the symbols tables to be used during debugging.

Item 
Description 
Debug symbols search path 
Specifies the directory containing the symbol tables used for debugging. This path is used if you check the Load all symbols check box.  
Load all symbols 
Sets the state of the Mappings from Module Name to Symbol Table Path list. If checked, the list is disabled and all symbol tables are loaded by the debugger. The debugger uses the Debug symbols search path to search for the symbol table file associated with each module loaded by the process being debugged. If unchecked, the Mappings from Module Name to Symbol Table Pathlist is enabled and its settings are used.  
Mappings from Module Name to Symbol Table Path 
Displays the current mapping of each module name to a symbol table search path that is defined for the project. Use the up and down arrows (to the right of the dialog) to move the selected item up or down in the list. The debugger searches this list, in order, to find a match for the name of the module being loaded. When the debugger finds a matching module name, it uses the corresponding path to locate that module's symbol table.
For example, if module foo123.dll is loaded, and the list shows foo*.dll as the first item and *123.dll as a later item, the debugger only uses the symbol table path for foo*.dll, even though both items match the module being loaded.  
Load symbols for unspecified modules 
Specifies whether symbol tables for modules not in the Mappings from Module Name to Symbol Table Path list (either explicitly or via a file mask) are loaded during debugging. If checked, the symbol tables for modules not specified will be loaded using the Debug symbols search path. If unchecked, symbol tables are loaded only for modules in the list.  
New 
Displays the Add Symbol Table Search Path dialog, where you can specify a module name and an associated search table path. The module and path are added to the Mappings from Module Name to Symbol Table Path list. Note that you can add a blank path to prevent a symbol table for a module from being loaded.  
Edit  
Displays the selected module and path in the Add Symbol Table Search Path dialog, enabling you to edit the module name or path that displays in the Mappings from Module Name to Symbol Table Path list.  
Delete 
Removes the selected module from the Mappings from Module Name to Symbol Table Path list.  
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!