Skip to main content

IAR Embedded Workbench for RX 5.20

‑‑plugin

In this section:
Syntax
‑‑plugin filename

Note that this option must be placed before the ‑‑backend option on the command line.

Parameters
filename

The plugin file to be used (filename extension dll).

For use with

cspybat

Description

Certain C/C++ standard library functions, for example printf, can be supported by C-SPY—for example, the C-SPY Terminal I/O window—instead of by real hardware devices. To enable such support in cspybat, a dedicated plugin module called rxbat.dll located in the rx\bin directory must be used.

Use this option to include this plugin during the debug session. This option can be used more than once on the command line.

Note

You can use this option to also include other plugin modules, but in that case the module must be able to work with cspybat specifically. This means that the C-SPY plugin modules located in the common\plugin directory cannot normally be used with cspybat.

Caution

Project>Options>Debugger>Plugins