From dbbef8ccef7f8b82d642874ccdc1ab0b0f755a03 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Fri, 4 Aug 2023 13:04:05 +0100 Subject: [PATCH] Update template to improve debugging experience --- .../Interface/DeviceTemplate/Properties/launchSettings.json | 5 +++-- template/Harp.Templates.csproj | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/template/Bonsai.DeviceTemplate/Interface/DeviceTemplate/Properties/launchSettings.json b/template/Bonsai.DeviceTemplate/Interface/DeviceTemplate/Properties/launchSettings.json index ee1d35e..7bc1754 100644 --- a/template/Bonsai.DeviceTemplate/Interface/DeviceTemplate/Properties/launchSettings.json +++ b/template/Bonsai.DeviceTemplate/Interface/DeviceTemplate/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Goncalo Lopes\\Bonsai@InstallDir)Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Bonsai Foundation\\Bonsai@InstallDir)Bonsai.exe", + "commandLineArgs": "--lib:$(TargetDir).", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/template/Harp.Templates.csproj b/template/Harp.Templates.csproj index 7727ec6..a89ddd5 100644 --- a/template/Harp.Templates.csproj +++ b/template/Harp.Templates.csproj @@ -2,7 +2,7 @@ Template - 0.1.0 + 0.1.1 Harp.Templates Harp Templates