🎉 We're happy to announce new public releases! ðŸŽ‰

  • SWAT v1.1r1 - Software tracing solution now supporting more architectures and operating systems - see SWAT Release Notes.
  • TriCore v6.2r2 Inspector v1.0r8 - An automated method for identifying toolset issues in compiled output code.
  • VX-toolset for Arm - v8.0r1 - A certified compiler toolset for safety-critical embedded software development on Arm cores.
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?