Home
Search Full Website
Search Knowledge Base
Knowledge Base Index
Email Support Question
|
Loading
IAR Debug Information
|
| Question |
What file do I load in the emulator from the IAR tools, and how do I get all the symbol and source file information into
it?
|
Answer |
The name of the file to load is by default the project name with the
".d03" extension. This can be changed by checking "Override
default" in the "Project|Options|XLINK|Output" dialog. For the
Linker, to load all the symbol and source file information, make sure the
"Debug info" button is selected in the "Project|Options|XLINK|Output"
dialog. For the C Compiler, make sure that the "Generate debug
information" box is checked and "File references" button is
selected in the "Project|Options|ICC8051|Debug" dialog. For the
Assembler, make sure that the "Generate debug information" box is
checked and "File references" button is selected in the
"Project|Options|A8051|Debug" dialog.
|
|