From e7261f866ffb15b10cd58b53bb1596abeaa4bcb2 Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 14 Sep 2022 19:53:50 +0100 Subject: [PATCH] Changed releasePostDebugSession to default to false, as most users shouldn't need to enable it anymore --- resources/bloom.template.yaml | 1 - src/ProjectConfig.hpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/bloom.template.yaml b/resources/bloom.template.yaml index af53b9f5..bf05de72 100644 --- a/resources/bloom.template.yaml +++ b/resources/bloom.template.yaml @@ -2,7 +2,6 @@ environments: default: debugTool: name: "atmel-ice" - releasePostDebugSession: true target: name: "avr8" diff --git a/src/ProjectConfig.hpp b/src/ProjectConfig.hpp index 6a7335aa..a498ea3d 100644 --- a/src/ProjectConfig.hpp +++ b/src/ProjectConfig.hpp @@ -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.