We have the following code in our Run method:
#ifdef DEBUG
Debugger.Launch();
#endif
When we compile as debug and then run the bundle, we get a prompt to attach
a debugger from this Debugger.Launch() call. On the dev box (with Visual
Studio installed) this would normally be a list of ope
To debug my WPF BA, I just build all projects against the installed released
wix 3.9 RTM (or 3.9 R2 installed). Then I go back to my WPF project and
enable debug/trace in project properties, add a Debugger.Launch() line to
the code of interest, and set the start path to point at the bundle exe.
2 matches
Mail list logo