Changed releasePostDebugSession to default to false, as most users shouldn't need to enable it anymore

This commit is contained in:
Nav
2022-09-14 19:53:50 +01:00
parent eb7ce58b75
commit e7261f866f
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ environments:
default:
debugTool:
name: "atmel-ice"
releasePostDebugSession: true
target:
name: "avr8"

View File

@@ -97,7 +97,7 @@ namespace Bloom
* 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 = true;
bool releasePostDebugSession = false;
/**
* For extracting any debug tool specific configuration.