impr: Better UI/UX of the new debugger

This commit is contained in:
WerWolv
2023-06-11 22:00:49 +02:00
parent 54c6c9360a
commit ef1d831158
3 changed files with 16 additions and 21 deletions

View File

@@ -166,7 +166,6 @@ namespace hex::plugin::builtin {
PerProvider<bool> m_shouldAnalyze;
PerProvider<bool> m_breakpointHit;
PerProvider<int> m_temporaryBreakpointLine;
PerProvider<ui::PatternDrawer> m_debuggerDrawer;
std::atomic<bool> m_resetDebuggerVariables;