feat: Added scope selector dropdown to pattern debugger

This commit is contained in:
WerWolv
2023-06-24 00:49:43 +02:00
parent 35d2fda0a4
commit 1e9cc97263
3 changed files with 38 additions and 3 deletions

View File

@@ -169,6 +169,7 @@ namespace hex::plugin::builtin {
PerProvider<bool> m_breakpointHit;
PerProvider<ui::PatternDrawer> m_debuggerDrawer;
std::atomic<bool> m_resetDebuggerVariables;
int m_debuggerScopeIndex = 0;
private:
void drawConsole(ImVec2 size);