🎉 We're happy to announce a new public release ðŸŽ‰

  • Pin Mapper for AURIX v1.1r5 - A graphical tool for defining AURIX device port mapping and generation of device initialization code
Contact us to get access

How to display Enums values?

13-Nov-2025

winIDEA can display Enums in the Watch window.


Solution

1. Open Debug | Debug Options | Symbols.

2. Select an option from Enum display drop-down list:

  • Enum - Displays the value as an Enum.
  • Integer - Displays the value as a number.
  • Enum (Int) - Displays value in both representations.


More resources in winIDEA Help

Was this answer helpful?