Please enable JavaScript to view this site.

Thread Validator Help

Navigation: » No topics above this level «

Source Lookup

Scroll Prev Top Next More

 

The Source Lookup tab allows you control how source code is parsed and what the default behaviour is when symbol debugging information is not found.

 

The default options are shown below:

 

source-lookup-settings

 

 

Source lookup

 

When debugging information is missing or unavailable, you can choose one or more of the following methods to try and resolve the symbols:

 

Use map files to find file and line numbers instructionStep use linker .map filesexternalLink. Faster than using .Bsc files

 

Map Ordinals to function names instructionStep use linker definition .def filesexternalLink. Fast, though not usually needed in addition to the other two options

 

Use Bsc files to find file and line numbers instructionStep use compiler .Bsc source code browser filesexternalLink

 

seeAlsoSee also: topics on File Locations and Ordinal Handling,

 

 

Reset - Resets all global settings, not just those on the current page.