From d2582c7bdbb09513849b36a49b5f992c2bc58e78 Mon Sep 17 00:00:00 2001 From: Bevan Weiss Date: Sat, 22 Jun 2024 03:37:22 +1000 Subject: 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1c980eac..6f1866b9 100644 --- a/.gitignore +++ b/.gitignore @@ -409,3 +409,6 @@ src/test/burn/TestData/Manual/BundleB/PackagePayloads # Allow the projects that end in ".Cab" !src/dtf/test/WixToolset.Dtf.Compression.Cab !src/dtf/test/WixToolsetTests.Dtf.Compression.Cab + +#ignore the Sandbox +src/test/sandbox/ -- cgit v1.2.3-55-g6feb