Removed releasePostDebugSession debug tool config param.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user