0

How to display flags list in Kdbg.

Thanks.

2 Answers2

1

At the bottom-left of the Kdbg there are five tabs. Select Registers and scroll down to see the flags.

Apuig
  • 340
  • 5
  • 9
1

I don't have kdbg, but the manual says:

To display this window, choose View|Registers. The column Decoded value displays the contents of the registers in a decoded form. [...] the flag registers are sometimes decoded into named flags.

Jester
  • 56,577
  • 4
  • 81
  • 125