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:
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 use linker .map files
. Faster than using .Bsc files
•Map Ordinals to function names use linker definition .def files
. Fast, though not usually needed in addition to the other two options
•Use Bsc files to find file and line numbers use compiler .Bsc source code browser files
See also: topics on File Locations and Ordinal Handling,
Reset - Resets all global settings, not just those on the current page.