You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/environment-variables.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ This document lists all environment variables that are understood and handled by
42
42
-**Example**: `VSTEST_HOST_DEBUG=1`
43
43
44
44
### VSTEST_HOST_DEBUG_ATTACHVS
45
-
-**Description**: Enables debugging of the testhost process and attempts to attach Visual Studio debugger.
45
+
-**Description**: Enables debugging of the testhost process and attempts to attach Visual Studio debugger. Requires AttachVS tool (that can be built in this repo) on PATH.
46
46
-**Values**: Set to any non-empty value to enable
47
47
-**Example**: `VSTEST_HOST_DEBUG_ATTACHVS=1`
48
48
@@ -57,7 +57,7 @@ This document lists all environment variables that are understood and handled by
57
57
-**Example**: `VSTEST_RUNNER_DEBUG=1`
58
58
59
59
### VSTEST_RUNNER_DEBUG_ATTACHVS
60
-
-**Description**: Enables debugging of the test runner and attempts to attach Visual Studio debugger.
60
+
-**Description**: Enables debugging of the test runner and attempts to attach Visual Studio debugger. Requires AttachVS tool (that can be built in this repo) on PATH.
61
61
-**Values**: Set to any non-empty value to enable
62
62
-**Example**: `VSTEST_RUNNER_DEBUG_ATTACHVS=1`
63
63
@@ -87,18 +87,18 @@ This document lists all environment variables that are understood and handled by
87
87
-**Example**: `VSTEST_DUMPTOOL_DEBUG=1`
88
88
89
89
### VSTEST_DEBUG_ATTACHVS_PATH
90
-
-**Description**: Specifies the path for Visual Studio debugger attachment.
90
+
-**Description**: Specifies the path for AttachVS tool, when not found on PATH. AttachVS tool can be built from this repo.
0 commit comments