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?