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

RE: Procedure to Enable Debug Messages on Checked Build Vista OS 32 Bi by Dcls

Dcls
Tue Jul 17 04:28:00 CDT 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:

> 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
>
>

Re: Procedure to Enable Debug Messages on Checked Build Vista OS 32 Bi by Neo

Neo
Wed Jul 18 07:26:09 CDT 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


Re: Procedure to Enable Debug Messages on Checked Build Vista OS 32 Bi by Ivan

Ivan
Wed Jul 18 12:30:25 CDT 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.googlegroups.com...
> 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
>



Re: Procedure to Enable Debug Messages on Checked Build Vista OS 32 Bi by Aniketa

Aniketa
Thu Jul 19 08:13:53 CDT 2007

On Jul 18, 10:30 pm, "Ivan Brugiolo [MSFT]"
<ivanb...@online.microsoft.com> wrote:
> 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 athttp://www.microsoft.com/info/cpyright.htm
>
> "Neo" <rksandi...@gmail.com> wrote in message
>
> news:1184761569.055871.136030@m37g2000prh.googlegroups.com...
>
> > 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

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


Re: Procedure to Enable Debug Messages on Checked Build Vista OS 32 Bi by Ivan

Ivan
Thu Jul 19 12:49:50 CDT 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.googlegroups.com...
> On Jul 18, 10:30 pm, "Ivan Brugiolo [MSFT]"
> <ivanb...@online.microsoft.com> wrote:
>> 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
>> athttp://www.microsoft.com/info/cpyright.htm
>>
>> "Neo" <rksandi...@gmail.com> wrote in message
>>
>> news:1184761569.055871.136030@m37g2000prh.googlegroups.com...
>>
>> > 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
>
> 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
>



Re: Procedure to Enable Debug Messages on Checked Build Vista OS 32 Bi by Neo

Neo
Thu Jul 26 02:26:16 CDT 2007

Hi,

can you let me know a page or document how to enable WPP tracing
through KD ??

Thanks and Regards,
Neo


Re: Procedure to Enable Debug Messages on Checked Build Vista OS 32 Bi by Aniketa

Aniketa
Tue Aug 07 23:56:53 CDT 2007

On Jul 26, 12:26 pm, Neo <rksandi...@gmail.com> wrote:
> Hi,
>
> can you let me know a page or document how to enable WPP tracing
> through KD ??
>
> Thanks and Regards,
> Neo

Check out WPP_Intro.doc at http://www.microsoft.com/whdc/DevTools/tools/WPP_Intro.mspx.

Thanks,
Aniketa