Question on flitering windbg command console output

Hello,

Is there a way to filter out what windbg displays in its command console
window?
My aim is to see only the messages that my driver prints and nothing else.

If this is possible, plz do let me know.

Thanks,
Gary.

Hi,

You can check out the “.ofilter” command and also read the debugger docs
section titled “Reading and Filtering Debugging Messages”

Regards,

-scott


Scott Noone
Software Engineer
OSR Open Systems Resources, Inc.
http://www.osronline.com

“Gary” wrote in message news:xxxxx@windbg…
> Hello,
>
> Is there a way to filter out what windbg displays in its command console
> window?
> My aim is to see only the messages that my driver prints and nothing else.
>
> If this is possible, plz do let me know.
>
> Thanks,
> Gary.
>
>
>

Thanks Scott,

.ofilter works great.

Gary

“Scott Noone” wrote in message news:xxxxx@windbg…
> Hi,
>
> You can check out the “.ofilter” command and also read the debugger docs
> section titled “Reading and Filtering Debugging Messages”
>
> Regards,
>
> -scott
>
> –
> Scott Noone
> Software Engineer
> OSR Open Systems Resources, Inc.
> http://www.osronline.com
>
> “Gary” wrote in message news:xxxxx@windbg…
> > Hello,
> >
> > Is there a way to filter out what windbg displays in its command console
> > window?
> > My aim is to see only the messages that my driver prints and nothing
else.
> >
> > If this is possible, plz do let me know.
> >
> > Thanks,
> > Gary.
> >
> >
> >
>
>
>

Gary,

If all you need is a way to view your DbgPrint messages, you might want to checkout the DebugView utility (freeware) at
SysInternals. I’ve used this on systems where I didn’t have (or need) a full debugger.

http://www.sysinternals.com/ntw2k/freeware/debugview.shtml

Just my $0.02,

-bill

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Gary
Sent: Tuesday, October 26, 2004 3:10 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] Question on flitering windbg command
console output

Thanks Scott,

.ofilter works great.

Gary

“Scott Noone” wrote in message news:xxxxx@windbg…
> > Hi,
> >
> > You can check out the “.ofilter” command and also read the debugger
> > docs section titled “Reading and Filtering Debugging Messages”
> >
> > Regards,
> >
> > -scott
> >
> > –
> > Scott Noone
> > Software Engineer
> > OSR Open Systems Resources, Inc.
> > http://www.osronline.com
> >
> > “Gary” wrote in message
> news:xxxxx@windbg…
> > > Hello,
> > >
> > > Is there a way to filter out what windbg displays in its command
> > > console window?
> > > My aim is to see only the messages that my driver prints
> and nothing
> else.
> > >
> > > If this is possible, plz do let me know.
> > >
> > > Thanks,
> > > Gary.
> > >
> > >
> > >
> >
> >
> >
>
>
>
> —
> You are currently subscribed to windbg as:
> xxxxx@linkeng.com To unsubscribe send a blank email to
> xxxxx@lists.osr.com
> —
> [This E-mail scanned for viruses by Link Engineering]
>
>


[This E-mail scanned for viruses by Link Engineering]