Replies: 1 comment 1 reply
-
The order placed in the TabOrder section doesnt matter. What does effect the ordering is the number each entry has. So starting with 0 to E (hexadecimal for 14) Edit: the Bookmarks tab doesn't actually have an entry itself. Likely you would need to add the |
Beta Was this translation helpful? Give feedback.
-
I have tried editing the .ini file and adding BookmarksTab to [TabOrder] but it doesn't actually seem to add to the panel.
[TabOrder]
BreakpointsTab=4
CPUTab=0
CallStackTab=5
HandlesTab=C
LogTab=1
MemoryMapTab=3
NotesTab=2
ReferencesTab=A
SEHTab=6
ScriptTab=7
SourceTab=9
SymbolsTab=8
ThreadsTab=B
TraceTab=D
BookmarksTab=E
Is it actually possible to add it, so its at the top panel each time I load x64dbg.
Beta Was this translation helpful? Give feedback.
All reactions