|
Initialize Target
|
Specifies the target initialization file to be used by the debugger at the start of each debugging session.
Check this option to activate the
Target Initialization File
text box where you can specify the path of the initialization file.
Alternatively, you can specify the file path by using any of the buttons listed below:
- Workspace - Opens a dialog box where you can specify the initialization file in terms of a location relative to the IDE's workspace directory. After you select the file, the path to that file appears in the
Target Initialization File
text box, relative to the path of the variable
workspace_loc. The IDE resolves this variable to the absolute file system path of the workspace directory root.
- File System - Opens a dialog box where you can browse for the initialization file. After you select the file, the absolute path to that file appears in the
Target Initialization File
text box.
- Variables - Opens a dialog box where you can specify the initialization file in terms of IDE path variables. After you specify the file, the path to that file appears in the
Target Initialization File
text box, relative to the path variables that you use. The IDE resolves each path variable as explained in the
Variable Description
box at the bottom of the Select Variable dialog box.
Clear this option if you want the debugger to use a default target initialization file.
|
|
Use MemoryConfiguration File
|
Specifies the memory configuration file to be used by the debugger at the start of each debugging session.
Check this option to activate the
Memory Configuration File
text box where you can specify the path of the configuration file. Alternatively, you can specify the file path by using any of the buttons listed below:
- Workspace - Opens a dialog box where you can specify the initialization file in terms of a location relative to the IDE's workspace directory. After you specify the file, the path to that file appears in the
Memory Configuration File
text box, relative to the path of the variable
workspace_loc. The IDE resolves this variable to the absolute file system path of the workspace directory root.
- File System - Opens a dialog box where you can browse for the initialization file. After you specify the file, the absolute path to that file appears in the
Memory Configuration File
text box.
- Variables - Opens a dialog box where you can specify the initialization file in terms of IDE path variables. After you specify the file, the path to that file appears in the
Memory Configuration File
text box, relative to the path variables that you use. The IDE resolves each path variable as explained in the
Variable Description
box at the bottom of the Select Variable dialog box.
Check the
Use Default
option to use the default memory configuration file and to deactivate the
Memory Configuration File
text box and the three buttons.
|