Add DIAGNOSTIC to debugger script (#484) accepted/tizen/7.0/unified/20231011.171743
author조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Wed, 11 Oct 2023 01:18:39 +0000 (10:18 +0900)
committerHyungju Lee <leee.lee@samsung.com>
Wed, 11 Oct 2023 01:30:28 +0000 (10:30 +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 22338b2f56ef085b50555ebb00ad636a7874eb66..8ce1a5688e5aa51a4ada1f2dd4eef04e84cc0337 100644 (file)
@@ -19,6 +19,11 @@ EXE          /home/owner/share/tmp/sdk_tools/netcoredbg/netcoredbg
 APP_TYPE     dotnet
 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