🎉 We're happy to announce a new public release 🎉

  • VX-toolset for TriCore - v6.4r1 - Software development environment of certified compiler toolsets for Infineon AURIX TC2xx/TC3xx microcontrollers
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?