Add DIAGNOSTIC to debugger script (#484) accepted/tizen/8.0/unified/20231011.152835 accepted/tizen/unified/20231011.153140 tizen_8.0_m2_release
author조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Wed, 11 Oct 2023 01:18:39 +0000 (10:18 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 11 Oct 2023 01:18:39 +0000 (10:18 +0900)
To set DOTNET_DiagnosticPorts environment for app launching,
Add DIAGNOSTIC option to debugger script

Only environment key value is described in debugger script.
The environment value should be set when launching application like below.

owner:~> launch_app [APP_ID] __AUL_SDK__ DIAGNOSTIC DOTNET_DiagnosticPorts [PortName]

NativeLauncher/dotnet.debugger

index e2c765d..12ccfc9 100644 (file)
@@ -20,6 +20,11 @@ APP_TYPE dotnet|dotnet-nui
 EXTRA_KEY __DLP_DEBUG_ARG__
 
 [DEBUGGER]
+NAME DIAGNOSTICS
+APP_TYPE dotnet|dotnet-nui
+EXTRA_ENV DOTNET_DiagnosticPorts
+
+[DEBUGGER]
 NAME HEAPTRACK
 EXE /home/owner/share/tmp/sdk_tools/profctl/profctl
 APP_TYPE dotnet|dotnet-nui