[Debugger] CTRL+G support in code and memory view

This commit is contained in:
Nitch2024
2025-03-29 12:43:15 -07:00
parent 1981f22228
commit 1b87ea83e6
8 changed files with 35 additions and 0 deletions

View File

@ -82,6 +82,7 @@ private:
void RegisterAfterFrameEventCallback();
void RemoveAfterFrameEventCallback();
void AutoUpdateTable();
void ActivateSearchAddress();
Core::System& m_system;