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

@@ -83,15 +83,6 @@ namespace Bloom
*/
std::string name;
/**
* Determines if the TargetController will release the debug tool at the end of a debug session.
*
* If this is enabled, the TargetController will automatically suspend once the current debug session has
* ended. If not enabled, the TargetController will remain active and in control of the debug tool, preventing
* the user from running any other application that needs access to the debug tool.
*/
bool releasePostDebugSession = false;
/**
* For extracting any debug tool specific configuration.
*/