summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>2023-10-11 10:18:39 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2023-10-11 10:18:39 +0900
commitbf82c4dadc20abfda57f32c7313290a877db2e9e (patch)
treed74f9606ff4acf7a537130690c1f92221ca87d16
parent3cd18d0d7c37642b635c6748a60ffe62752e4606 (diff)
downloadlauncher-bf82c4dadc20abfda57f32c7313290a877db2e9e.tar.gz
launcher-bf82c4dadc20abfda57f32c7313290a877db2e9e.tar.bz2
launcher-bf82c4dadc20abfda57f32c7313290a877db2e9e.zip
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]
-rw-r--r--NativeLauncher/dotnet.debugger5
1 files changed, 5 insertions, 0 deletions
diff --git a/NativeLauncher/dotnet.debugger b/NativeLauncher/dotnet.debugger
index e2c765d..12ccfc9 100644
--- a/NativeLauncher/dotnet.debugger
+++ b/NativeLauncher/dotnet.debugger
@@ -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