On Apr 8, 2005 1:15 PM, Dave Korn <[EMAIL PROTECTED]> wrote:
> ----Original Message----
> >From: Brian Dessent
> >Sent: 08 April 2005 12:12
> 
> > On a side note, I found this problem very quickly by instrumenting key
> > functions with calls to msg() (which just does a printf-like output with
> > OutputDebugString()) and then using sysinternals' DebugView to capture
> > that output live in realtime.  That was a wicked awesome way to debug,
> > as you get instant live feedback about what's going on, without having
> > to write to any files.  I highly recommend it...
> 
>   I like using MessageBoxA for much the same purpose!

The advantage of using OutputDebugString() is that you don't
necessarily have to turn it off for non-debug builds.

-- Barry

Reply via email to