|
From: Brian Westcott on 5 Mar 2005 10:27 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 5 Mar 2005 11:24 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 5 Mar 2005 11:58 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] >
|
Pages: 1 Prev: CListBox - MultiColumn's - How to ?? Next: Pls, help a beginner(MFC) |