From 68d50bff3dd6d91a2ff3d62d5423de9276c7451a Mon Sep 17 00:00:00 2001 From: Xusheng Date: Mon, 1 Jul 2024 15:28:32 +0800 Subject: Remove all places where the code checks for the view name "Debugger" --- examples/triage/baseaddress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/triage') diff --git a/examples/triage/baseaddress.cpp b/examples/triage/baseaddress.cpp index 98592a6f..8dd1cec0 100644 --- a/examples/triage/baseaddress.cpp +++ b/examples/triage/baseaddress.cpp @@ -258,7 +258,7 @@ const std::string BaseAddressDetectionWidget::GetRebaseViewName() for (const auto& viewName : fileMetadata->GetExistingViews()) { - if (viewName != "Raw" && viewName != "Debugger") + if (viewName != "Raw") return viewName; } -- cgit v1.3.1