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 e2c765dd23273c0bb5a477d0b304b370ba99a502..12ccfc93835a7bc8695bfef1cf46d3574f229281 100644 (file)
@@ -19,6 +19,11 @@ EXE /home/owner/share/tmp/sdk_tools/netcoredbg/netcoredbg
 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