CONFIG_EXTRA_EXCEPTION_INFO

Extra exception debug information

Type: bool

Help

Have exceptions print additional useful debugging information in human-readable form, at the expense of code size. For example, the cause code for an exception will be supplemented by a string describing what that cause code means.

Direct dependencies

NIOS2

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/nios2/Kconfig:76

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

Menu path: (top menu) → Nios II Options → Nios II Family Options

config EXTRA_EXCEPTION_INFO
    bool
    prompt "Extra exception debug information" if NIOS2
    depends on NIOS2
    help
      Have exceptions print additional useful debugging information in
      human-readable form, at the expense of code size. For example,
      the cause code for an exception will be supplemented by a string
      describing what that cause code means.

(Definitions include propagated dependencies, including from if’s and menus.)