10110111 / edb-debugger

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

Missing keyboard shortcuts #12

Closed 10110111 closed 7 years ago

10110111 commented 9 years ago

From OllyDbg/x64dbg:

Assemble: <Space> Conditional breakpoint: Shift+F2 New Origin Here (aka Set EIP to this instruction): Ctrl+Gray* Restart, Start most recent: Ctrl+F2 Goto previous location: Gray- Goto next location: Gray+ Goto origin: Gray* Execute till return: Ctrl+F9

Not shown in menu, but action present: Goto address (Ctrl+G)

10110111 commented 7 years ago

All implemented upstream now.