I'm curious Mike, do you have a VC++ debugger installed, and if so is it the
"Express" version?

 
The debugger I start on boot is started via the command:
 
  'windbg -IS'
 
which I think is from VC [++?] and yes I think the Express version, but quite an
old one.



windbg used to be distributed in the device driver kit and is different than the
VC++ debugger.  It is supposed to be more powerful, but I don't know if it has
just in time debugging, if it breaks in automatically when a crash happens on
the system. 
 
Hmm, yes, on a bit of googling, looks like it's part of the Windows SDK.
Still, anyone writing apps for Windows would install that.

Looking up some details on windbg, reminded me that the debug build may not be
helpful without the .pdb files that are produced during the compile? 
 
No idea.  I guess I'll install (and lastest SDK/windbg) and wait for something
to happen.   Of course, nothing will, now .... :-)
 
Mike 


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to