Skip to content

Commit

Permalink
Respect the value "debugger.aggressiveAnalysisUpdate". Vector35#597
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Jul 18, 2024
1 parent f96b1b4 commit ab8f87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/debuggerfileaccessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ DebuggerFileAccessor::DebuggerFileAccessor(BinaryView* parent)
else
m_length = (1ULL << bits) - 1;

m_aggressiveAnalysisUpdate = Settings::Instance()->Get<bool>("debugger.aggressiveAnalysisUpdate");

m_controller = DebuggerController::GetController(parent);
m_eventCallback = m_controller->RegisterEventCallback([this](const DebuggerEvent& event){
eventHandler(event);
Expand Down

0 comments on commit ab8f87a

Please sign in to comment.