Skip to main content

IAR Embedded Workbench for RX 5.20

Various settings files

In this section:

When you work in the IDE, the IDE creates files for various types of settings. These files are stored in different directories depending on whether the files contain global or local settings.

Files for global settings

Files for global settings are stored in C:\Users\User\AppData\Local\IAR Embedded Workbench. These are the global settings files:

CodeTemplates.txt

CodeTemplates.ENU.txt

CodeTemplates.JPN.txt

A file that holds predefined code templates.

Note that if you are using an IDE that is available in both English and Japanese, the language version is set when you start IAR Embedded Workbench for the first time, based on the language settings of the operating system. In this case, the filename is extended with ENU or JPN.

See also Using and adding code templates.

global.custom_argvars

A file that holds any custom argument variables that are defined for a global scope.

See also Configure Custom Argument Variables dialog box.

IarIde.xml

A file that holds IDE and project settings global to your installed IAR Embedded Workbench product(s).

Files for local settings

Most files for local settings are stored in the directory settings, which is created in your project directory. These are the local settings files:

Project.dbgdt

A file for debugger desktop settings.

Project.Buildconfig.cspy.bat

A batch file that C-SPY creates every time it is invoked.

Project.Buildconfig.driver.xcl

A file that C-SPY creates every time it is invoked, and which contains the command line options used that are specific to the C-SPY driver you are using.

Project.Buildconfig.general.xcl

A file that C-SPY creates every time it is invoked, and which contains the command line options used that are specific to cspybat.

Project.dnx

A file for debugger initialization information.

Workspace.wsdt

A file for workspace desktop settings.

Workspace.wspos

A file for placement information for the main IDE window.

Workspace.custom_argvars

A file for any custom argument variables that are defined for a workspace-local scope. See also Configure Custom Argument Variables dialog box.

Note: This file is created in the Workspace directory.