OK, this is probably a silly question with a very obvious answer, but it's
escaping me. I'm working with the Bitmap printer driver sample from the LDK
and have enabled the debug output. How do I view that output? I've run
WinDbg, CDB and NTSD, but don't know how to tell them to watch my printer
driver debug output. Thanks.

--
floyd

Re: debug output by Calvin

Calvin
Mon Mar 21 13:29:27 CST 2005

What target OS is it? Please note that LH turns off DbgPrint by default.

--
Calvin Guan Software Engineer/Radeon NT Drivers
ATI Technologies Inc. Markham ON, Canada www.ati.com


"Floyd Burger" <floyd@adelphia.not> wrote in message
news:%23SFpsVkLFHA.3336@TK2MSFTNGP09.phx.gbl...
> OK, this is probably a silly question with a very obvious answer, but it's
> escaping me. I'm working with the Bitmap printer driver sample from the
LDK
> and have enabled the debug output. How do I view that output? I've run
> WinDbg, CDB and NTSD, but don't know how to tell them to watch my printer
> driver debug output. Thanks.
>
> --
> floyd
>
>



Re: debug output by Gabriel

Gabriel
Mon Mar 21 14:37:58 CST 2005

Try this one:
http://www.sysinternals.com/ntw2k/freeware/debugview.shtml

"Floyd Burger" <floyd@adelphia.not> wrote in message
news:%23SFpsVkLFHA.3336@TK2MSFTNGP09.phx.gbl...
> OK, this is probably a silly question with a very obvious answer, but it's
> escaping me. I'm working with the Bitmap printer driver sample from the
LDK
> and have enabled the debug output. How do I view that output? I've run
> WinDbg, CDB and NTSD, but don't know how to tell them to watch my printer
> driver debug output. Thanks.
>
> --
> floyd
>
>



Re: debug output by Floyd

Floyd
Mon Mar 21 16:28:44 CST 2005

great, that's just what I need. Thanks.

--
floyd
"Gabriel Bogdan" <na@na.na> wrote in message
news:O1FbJXlLFHA.3076@tk2msftngp13.phx.gbl...
> Try this one:
> http://www.sysinternals.com/ntw2k/freeware/debugview.shtml
>
> "Floyd Burger" <floyd@adelphia.not> wrote in message
> news:%23SFpsVkLFHA.3336@TK2MSFTNGP09.phx.gbl...
>> OK, this is probably a silly question with a very obvious answer, but
>> it's
>> escaping me. I'm working with the Bitmap printer driver sample from the
> LDK
>> and have enabled the debug output. How do I view that output? I've run
>> WinDbg, CDB and NTSD, but don't know how to tell them to watch my printer
>> driver debug output. Thanks.
>>
>> --
>> floyd
>>
>>
>
>



Re: debug output by Floyd

Floyd
Mon Mar 21 16:29:50 CST 2005

Calvin,
Thanks. Gabriel pointed me towards the Syninternals tools, which seems to
be doing the trick. BTW, I'm working in XP Pro.

--
floyd
"Calvin Guan" <cguan@pleasenospam.ati.com> wrote in message
news:%23CunNxkLFHA.3184@TK2MSFTNGP09.phx.gbl...
> What target OS is it? Please note that LH turns off DbgPrint by default.
>
> --
> Calvin Guan Software Engineer/Radeon NT Drivers
> ATI Technologies Inc. Markham ON, Canada www.ati.com
>
>
> "Floyd Burger" <floyd@adelphia.not> wrote in message
> news:%23SFpsVkLFHA.3336@TK2MSFTNGP09.phx.gbl...
>> OK, this is probably a silly question with a very obvious answer, but
>> it's
>> escaping me. I'm working with the Bitmap printer driver sample from the
> LDK
>> and have enabled the debug output. How do I view that output? I've run
>> WinDbg, CDB and NTSD, but don't know how to tell them to watch my printer
>> driver debug output. Thanks.
>>
>> --
>> floyd
>>
>>
>
>



Re: debug output by Tarundeep

Tarundeep
Mon Mar 21 16:53:32 CST 2005

Floyd Burger wrote:
> OK, this is probably a silly question with a very obvious answer, but it's
> escaping me. I'm working with the Bitmap printer driver sample from the LDK
> and have enabled the debug output. How do I view that output? I've run
> WinDbg, CDB and NTSD, but don't know how to tell them to watch my printer
> driver debug output. Thanks.
>
try debugview and debugmon from sysinternals and osronline