Skip to main content

IAR Embedded Workbench for RX 5.20

‑‑diagnostics_tables

In this section:
Syntax
‑‑diagnostics_tables {filename|directory}
Parameters

filename

The diagnostic messages are stored in the specified file.

directory

The diagnostic messages are stored in a file (filename extension i) which is stored in the specified directory.

For information about specifying a filename or directory, see Specifying parameters.

Description

Use this option to list all possible diagnostic messages in a named file. This can be very convenient, for example, if you used a #pragma directive to suppress or change the severity level of any diagnostic messages, but forgot to document why.

This option cannot be given together with other options.

Example

To output a list of all possible diagnostic messages to the file diag.txt, use:

‑‑diagnostics_tables diag 

Caution

This option is not available in the IDE.