eteran / edb-debugger

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

No way to show CPU registers after hiding them #708

Closed jfariasf closed 3 years ago

jfariasf commented 5 years ago

If you hide Registers there's no way to get them back. I even tried to hide them all to see what happened and now I'm with a blank window where the registers should be.

10110111 commented 5 years ago

Actually there is a way, although admittedly not too user-friendly: add new Register View via PluginsOllyDbg-like Register ViewNew Register View, and removing your old one. You can even add multiple views and have different sets of registers in each.

But yes, it'd still be better to have a way to re-add hidden register groups.

derco0n commented 4 years ago

Hi, i just ran into the same issue. accidentally hided CPU-registers and now have no way to re-enable them.

Any progress on this?

eteran commented 4 years ago

No progress yet, but I'll do my best to make it a priority.