Changed releasePostDebugSession to default to false, as most users shouldn't need to enable it anymore
This commit is contained in:
@@ -2,7 +2,6 @@ environments:
|
|||||||
default:
|
default:
|
||||||
debugTool:
|
debugTool:
|
||||||
name: "atmel-ice"
|
name: "atmel-ice"
|
||||||
releasePostDebugSession: true
|
|
||||||
|
|
||||||
target:
|
target:
|
||||||
name: "avr8"
|
name: "avr8"
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ namespace Bloom
|
|||||||
* ended. If not enabled, the TargetController will remain active and in control of the debug tool, preventing
|
* 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.
|
* 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.
|
* For extracting any debug tool specific configuration.
|
||||||
|
|||||||
Reference in New Issue
Block a user