diff options
author | Bevan Weiss <bevan.weiss@gmail.com> | 2024-06-22 03:37:22 +1000 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-07-04 19:25:49 -0400 |
commit | d2582c7bdbb09513849b36a49b5f992c2bc58e78 (patch) | |
tree | 186542b02a1e1c431a708a42416097318accba3d /.gitignore | |
parent | a4f09c89c7c044f606ddf6bcff587ccb693560bf (diff) | |
download | wix-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 '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -409,3 +409,6 @@ src/test/burn/TestData/Manual/BundleB/PackagePayloads | |||
409 | # Allow the projects that end in ".Cab" | 409 | # Allow the projects that end in ".Cab" |
410 | !src/dtf/test/WixToolset.Dtf.Compression.Cab | 410 | !src/dtf/test/WixToolset.Dtf.Compression.Cab |
411 | !src/dtf/test/WixToolsetTests.Dtf.Compression.Cab | 411 | !src/dtf/test/WixToolsetTests.Dtf.Compression.Cab |
412 | |||
413 | #ignore the Sandbox | ||
414 | src/test/sandbox/ | ||