We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998aee3 commit 9b78e18Copy full SHA for 9b78e18
1 file changed
test/cfml/DapTestCase.cfm
@@ -9,7 +9,8 @@ variables.capabilities = {};
9
variables.dapHost = "";
10
variables.dapPort = 0;
11
variables.debuggeeHttp = "";
12
-variables.debuggeeArtifactPath = "";
+// Initialize debuggeeArtifactPath at include-time so getArtifactPath() works before setupDap()
13
+variables.debuggeeArtifactPath = server.system.environment.DEBUGGEE_ARTIFACT_PATH ?: "";
14
variables.httpThread = "";
15
variables.httpResult = {};
16
0 commit comments