From: Brian Westcott on
When debugging a C++ program in VS, I'm suddenly getting lots of
"PumpMessage" messages in the debug winodw. How can I turn this off? How did
I turn the PumpMessage tracing on in the first place?


From: Scott McPhillips [MVP] on
Brian Westcott wrote:

> When debugging a C++ program in VS, I'm suddenly getting lots of
> "PumpMessage" messages in the debug winodw. How can I turn this off? How did
> I turn the PumpMessage tracing on in the first place?
>
>

See 'MFC Tracer' on the Tools menu, or run the Tracer.exe application to
change what is traced.

--
Scott McPhillips [VC++ MVP]

From: Brian Westcott on
Thanks, I knew it had to be something obvious!

"Scott McPhillips [MVP]" <org-dot-mvps-at-scottmcp> wrote in message
news:%231H3mBaIFHA.1176(a)TK2MSFTNGP12.phx.gbl...
> Brian Westcott wrote:
>
>> When debugging a C++ program in VS, I'm suddenly getting lots of
>> "PumpMessage" messages in the debug winodw. How can I turn this off? How
>> did I turn the PumpMessage tracing on in the first place?
>
> See 'MFC Tracer' on the Tools menu, or run the Tracer.exe application to
> change what is traced.
>
> --
> Scott McPhillips [VC++ MVP]
>