Re: MSVC 6.0 Debugger Output Window missing messages?
From: Grant Schenck (schenckg_at_optonline.net)
Date: 11/18/04
- Next message: Andy Mortimer [MS]: "Re: MSVC 6.0 Debugger Output Window missing messages?"
- Previous message: Joe: "getting stated with c++"
- In reply to: Andy Mortimer [MS]: "Re: MSVC 6.0 Debugger Output Window missing messages?"
- Next in thread: Andy Mortimer [MS]: "Re: MSVC 6.0 Debugger Output Window missing messages?"
- Reply: Andy Mortimer [MS]: "Re: MSVC 6.0 Debugger Output Window missing messages?"
- Reply: Jonathan Arnold: "Re: MSVC 6.0 Debugger Output Window missing messages?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Nov 2004 09:09:47 -0500
Andy,
Thank you very much. That is clearly the problem. I've been using VC
for years and I'm really surprised I've never noticed this issue
before. Too bad they don't give you an option to get all output at
the expense of performance.
However, the links you gave are great.
I actually developed my own OutputDebugString capture utility a number
of years ago (see my web site below.) It does not loose output and I
assume other similar apps wouldn't either.
It looks like the best solution is the codeproject link.
Regards, Grant
http://grantschenck.tripod.com
"Andy Mortimer [MS]" <andmort@online.microsoft.com> wrote in message
news:EZwXSEXzEHA.1884@cpmsftngxa10.phx.gbl...
> There's this one
> http://support.microsoft.com/default.aspx?scid=kb;en-us;218007
>
> Does the same thing happen with dbmon
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsam
ple98/
> html/vcsmpdbmon.asp
>
> and DbgView
> http://www.sysinternals.com/
>
> Lot of good utilities on the latter site.
>
> Note some good info here on OutputDebugString in a multiple thread
> environment
>
http://www.codeproject.com/useritems/Tracer.asp?df=100&forumid=38012&e
xp=0&s
> elect=816226
>
> Andy Mortimer [MS]
> Please do not send email directly to this alias. This alias is for
> newsgroup purposes only
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> OR if you wish to include a script sample in your post please add
"Use of
> included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm"
>
>
>
>
>
- Next message: Andy Mortimer [MS]: "Re: MSVC 6.0 Debugger Output Window missing messages?"
- Previous message: Joe: "getting stated with c++"
- In reply to: Andy Mortimer [MS]: "Re: MSVC 6.0 Debugger Output Window missing messages?"
- Next in thread: Andy Mortimer [MS]: "Re: MSVC 6.0 Debugger Output Window missing messages?"
- Reply: Andy Mortimer [MS]: "Re: MSVC 6.0 Debugger Output Window missing messages?"
- Reply: Jonathan Arnold: "Re: MSVC 6.0 Debugger Output Window missing messages?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|