This commit is contained in:
Nav
2024-12-07 16:48:06 +00:00
parent cbfbd9f4b8
commit 1477719264
4 changed files with 25 additions and 5 deletions

View File

@@ -493,11 +493,11 @@ namespace DebugServer::Gdb
return std::make_unique<CommandPackets::WriteRegisterMonitor>(std::move(*(monitorCommand.release())));
}
#ifndef EXCLUDE_INSIGHT
#ifndef EXCLUDE_INSIGHT
if (monitorCommand->command.find("insight") == 0) {
return std::make_unique<CommandPackets::ActivateInsight>(std::move(*(monitorCommand.release())));
}
#endif
#endif
return monitorCommand;
}