🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
Contact us to get access

How to display Enums values?

27-May-2024

winIDEA can display descriptive bit field 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?