Skip to content

Commit

Permalink
Update analysis after applying the analysis info of the loaded module
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Apr 11, 2023
1 parent e024102 commit 61f6726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/debuggercontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ void DebuggerController::DetectLoadedModule()
if (!ok)
LogWarn("create snapshoted view failed");

m_liveView->UpdateAnalysis();
m_inputFileLoaded = true;
}

Expand Down

0 comments on commit 61f6726

Please sign in to comment.