- Procedure to Enable Debug Messages on Checked Build Vista OS 32 Bit
- Posted by Neo on July 16th, 2007
Hi All,
i am looking out for a procedure to enable Debug Messages on Checked
Build Vista OS 32 Bit. I need the Messages of IrDA.sys. I'm Developing
IrDA Miniport Driver for Vista OS. I tried all the Possible ways of
NDIS Debugging, but i failed to success. i plead to help me in
enabling the Debug Messages for NDIS/ IrDA in Vista.
Regards,
Neo
- Posted by Dcls on July 17th, 2007
You talk about DbgPrint/KdPrint messages?
If yes, you have to compile in checked build environment and use a software
like DebugView!
"Neo" wrote:
- Posted by Neo on July 18th, 2007
Yeah i am talking about the DbgPrint and KdPrint messages, and yes i
have the Checked Build version of irda.sys but still i am not getting
the irda.sys file prints. How to get that ???
Regards,
Neo
- Posted by Ivan Brugiolo [MSFT] on July 18th, 2007
Did you try enabling WPP tracing through KD ?
tracelog.exe -guid #31b695b4-a661-8ed1-fc1c-7a62bde2842d -kd
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Neo" <rksandilya@gmail.com> wrote in message
news:1184761569.055871.136030@m37g2000prh.googlegr oups.com...
- Posted by Aniketa K S on July 19th, 2007
On Jul 18, 10:30 pm, "Ivan Brugiolo [MSFT]"
<ivanb...@online.microsoft.com> wrote:
How about setting the filter mask for that component in the registry?
Check the DDK documentation for details: http://msdn2.microsoft.com/en-us/library/ms792789.aspx
Thanks,
Aniketa
- Posted by Ivan Brugiolo [MSFT] on July 19th, 2007
That would work only if the component uses
DbgPrintEx(<component_id>,<Level>,<Message>).
Many system components were bulk-converted to WPP tracing
because it was easier to #define the existing tracing macros
into WPP tracing macros, and, WPP incidentally can spew to KD.
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Aniketa K S" <aniketaks@rediffmail.com> wrote in message
news:1184850833.521429.222410@e16g2000pri.googlegr oups.com...
- Posted by Neo on July 26th, 2007
Hi,
can you let me know a page or document how to enable WPP tracing
through KD ??
Thanks and Regards,
Neo
- Posted by Aniketa K S on August 8th, 2007
On Jul 26, 12:26 pm, Neo <rksandi...@gmail.com> wrote:
Check out WPP_Intro.doc at http://www.microsoft.com/whdc/DevToo...WPP_Intro.mspx.
Thanks,
Aniketa