Removed releasePostDebugSession debug tool config param.

This commit is contained in:
Nav
2023-05-25 00:17:31 +01:00
parent 2c489c7320
commit 8e3f56b348
3 changed files with 0 additions and 20 deletions

View File

@@ -698,10 +698,6 @@ namespace Bloom::TargetController
this->target->run();
this->fireTargetEvents();
}
if (this->environmentConfig.debugToolConfig.releasePostDebugSession) {
this->suspend();
}
}
std::unique_ptr<Responses::State> TargetControllerComponent::handleGetState(GetState& command) {