summaryrefslogtreecommitdiff
path: root/src/test/sandbox/startup.bat
diff options
context:
space:
mode:
authorBevan Weiss <bevan.weiss@gmail.com>2024-06-22 03:37:22 +1000
committerBob Arnson <github@bobs.org>2024-07-04 19:25:49 -0400
commitd2582c7bdbb09513849b36a49b5f992c2bc58e78 (patch)
tree186542b02a1e1c431a708a42416097318accba3d /src/test/sandbox/startup.bat
parenta4f09c89c7c044f606ddf6bcff587ccb693560bf (diff)
downloadwix-d2582c7bdbb09513849b36a49b5f992c2bc58e78.tar.gz
wix-d2582c7bdbb09513849b36a49b5f992c2bc58e78.tar.bz2
wix-d2582c7bdbb09513849b36a49b5f992c2bc58e78.zip
Added some more modifications to the Sandbox.
It will now prompt for configuring the Remote Debugger if it can find it on the host when doing the setup. And will prompt within the Sandbox to run the Debugger at startup if found It will also show the host-local IP address to connect to the debugger. In addition, it will display a small menu to allow for simple selection of a particular runtests.cmd version to execute. I still haven't found a good way to get a debugger attached into the msiexec environment without already having a coded breakpoint in, however. Also added this sandbox folder to .gitignore, so that artifacts from here aren't committed into the repo Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/test/sandbox/startup.bat')
-rw-r--r--src/test/sandbox/startup.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/sandbox/startup.bat b/src/test/sandbox/startup.bat
index 0f1b33d8..f09feeba 100644
--- a/src/test/sandbox/startup.bat
+++ b/src/test/sandbox/startup.bat
@@ -45,4 +45,4 @@ dotnet help
45 45
46@popd 46@popd
47cd c:\build 47cd c:\build
48start cmd 48start cmd /c C:\sandbox\runtest_menu.bat