On 25-Mar-13 14:49, Bruce Cran wrote:
> On 25/03/2013 18:03, Rob Mensching wrote:
>> My favorite way to debug is to start Burn under the debugger using
>> Image Execution Option flags. gflags.exe makes it easy to set. For low
>> level stuff I often use windbg.exe, but I believe you can hook Visual
>> Studio in there too with the jit debugger.
> I've already stepped through the code - it shows PostQuitMessage being
> called. But I'm not sure what further debugging I can do to determine
> why GetMessage isn't returning.
You can use Process Explorer to get a dump of the process once it's 
hung; with OS symbols, it's possible to get an idea of the root problem 
from where it's stuck under GetMessage.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to