Resume target execution in TC shutdown

This commit is contained in:
Nav
2025-02-22 22:39:12 +00:00
parent a53a8c87f0
commit 9023a72e25

View File

@@ -344,6 +344,7 @@ namespace TargetController
try {
this->stopTarget();
this->clearAllBreakpoints();
this->resumeTarget();
} catch (const Exception& exception) {
Logger::error("Target pre-deactivation cleanup failed: " + exception.getMessage());