I think it might be an optimisation issue but not 100% sure, the pdb didn't match the code for some reason though.
Not sure if you found the same but you cannot set a break point directly in the wixstdba as it is not in memory when you first start the bundle. You need to wait until it is in memory, what I did was set the breakpoint on UserExperienceLoad(...) in Engine.cpp, RunApplication() and once this had run you can debug wixstadba. As a result of this debugging I would say there isn't a problem and the bug can be closed. If you can provide a reproduction using the release code I'll take a look again. (You may want to raise a bug on the incorrect pdbs though.) Neil -----Original Message----- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: 17 August 2013 18:48 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WixStdBA - LoadBootstrapperBA changes m_fPrereq Or one could disable optimization in the Release build. We do this frequently so that we can debug released code at a user's site using WinDbg (with Release build dependencies). I am familiar with the effects of optimization on debugging code. I also had my in-house WinDbg expert double check my observations before raising any comment in the forum. This just did not appear to be an optimization issue, as the path took a different execution route than I had expected and ProcessMon showed issue with loading the theme resources. I still hope to be able to get to the point where I can build the Wix Toolset and remove any question of the test process. I appreciate your time and the feedback. Phill -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WixStdBA-LoadBootstrapperBA-changes-m-fPrereq-tp7588034p7588146.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users