eteran / edb-debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.
GNU General Public License v2.0
2.66k stars 321 forks source link

Edb - Debugger could not restore edi register display #818

Closed IGTHESHY2018 closed 2 years ago

IGTHESHY2018 commented 2 years ago
image

I accidentally hid several registers such as edi and eax,ebx when I used deb-debugger. Then the bad thing came, they became unrecoverable - none of the operations could make them show up again

10110111 commented 2 years ago

If you right-click in the Registers window, there'll be a "Show hidden group >" item, where you can restore the group you hid.

eteran commented 2 years ago

@IGTHESHY2018 Going to close since I believe that @10110111's suggestion will work for you. Please re-open the issue if it does not.