New shutdownPostDebugSession config parameter
This commit is contained in:
@@ -61,6 +61,9 @@ namespace Bloom
|
||||
}
|
||||
|
||||
this->name = std::move(name);
|
||||
this->shutdownPostDebugSession = jsonObject.value(
|
||||
"shutdownPostDebugSession"
|
||||
).toBool(this->shutdownPostDebugSession);
|
||||
this->debugToolConfig = DebugToolConfig(jsonObject.find("debugTool")->toObject());
|
||||
this->targetConfig = TargetConfig(jsonObject.find("target")->toObject());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user