Resume target execution in TC shutdown
This commit is contained in:
@@ -344,6 +344,7 @@ namespace TargetController
|
|||||||
try {
|
try {
|
||||||
this->stopTarget();
|
this->stopTarget();
|
||||||
this->clearAllBreakpoints();
|
this->clearAllBreakpoints();
|
||||||
|
this->resumeTarget();
|
||||||
|
|
||||||
} catch (const Exception& exception) {
|
} catch (const Exception& exception) {
|
||||||
Logger::error("Target pre-deactivation cleanup failed: " + exception.getMessage());
|
Logger::error("Target pre-deactivation cleanup failed: " + exception.getMessage());
|
||||||
|
|||||||
Reference in New Issue
Block a user