I am triing to view debug messages genereted on remote computer, but I can’t to it nor with debugview, neither with debugmon. Can anybody help me with this.
Thanks,
Tigran
I am triing to view debug messages genereted on remote computer, but I can’t to it nor with debugview, neither with debugmon. Can anybody help me with this.
Thanks,
Tigran
Is the target (remote) running Vista or Longhorn? If so, those version
s of Windows suppress DbgPrint output by default, which can result in
almost nothing being displayed. If this is the case for you, check out
this article on OSR (http://www.osronline.com/article.cfm?article=295),
which explains what to do about that. I haven’t used DebugView on
Vista, but I assume you have to go the registry key route, but I know
that there is at least one person on this list who can tell you how to
do everything including your taxes with DebugView who will kindly
correct me if I am wrong.
Also, if it applies on the same versions of Windows, are you starting
DebugView using “Run As Administrator?”
Good luck,
mm
xxxxx@yahoo.com wrote:
I am triing to view debug messages genereted on remote computer, but I can’t to it nor with debugview, neither with debugmon. Can anybody help me with this.
Thanks,
Tigran
Sure, DebugView is the ultimate debugging tool
From OP’s message it is unclear what can be a problem. I’m always fascinated by people who believe list members are psychics. “My driver crashes. What can be a problem?” “Somethings doesn’t work. Help me!”
Vista can be one problem. In this case Capture | Enable Verbose Kernel Output can help. If it doesn’t, I’d try to capture locally at first and then try remotely. Also, I’d verify that debug messages are really generated. And so on. Standard way how to solve problems step by step. Then, if everything is verified and still it doesn’t work, it’s time to properly describe a problem and send a message here.
Best regards,
Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]
From: xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com] on behalf of Martin O’Brien[SMTP:xxxxx@evitechnology.com]
Reply To: Windows System Software Devs Interest List
Sent: Thursday, November 08, 2007 1:55 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] View remote debug messagesIs the target (remote) running Vista or Longhorn? If so, those version
s of Windows suppress DbgPrint output by default, which can result in
almost nothing being displayed. If this is the case for you, check out
this article on OSR (http://www.osronline.com/article.cfm?article=295),
which explains what to do about that. I haven’t used DebugView on
Vista, but I assume you have to go the registry key route, but I know
that there is at least one person on this list who can tell you how to
do everything including your taxes with DebugView who will kindly
correct me if I am wrong.Also, if it applies on the same versions of Windows, are you starting
DebugView using “Run As Administrator?”Good luck,
mm
xxxxx@yahoo.com wrote:
> I am triing to view debug messages genereted on remote computer, but I can’t to it nor with debugview, neither with debugmon. Can anybody help me with this.
>
> Thanks,
> Tigran
>
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminarsTo unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
I knew you’d come through, Michal.
mm
Michal Vodicka wrote:
Sure, DebugView is the ultimate debugging tool
From OP’s message it is unclear what can be a problem. I’m always fascinated by people who believe list members are psychics. “My driver crashes. What can be a problem?” “Somethings doesn’t work. Help me!”
Vista can be one problem. In this case Capture | Enable Verbose Kernel Output can help. If it doesn’t, I’d try to capture locally at first and then try remotely. Also, I’d verify that debug messages are really generated. And so on. Standard way how to solve problems step by step. Then, if everything is verified and still it doesn’t work, it’s time to properly describe a problem and send a message here.
Best regards,
Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]> ----------
> From: xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com] on behalf of Martin O’Brien[SMTP:xxxxx@evitechnology.com]
> Reply To: Windows System Software Devs Interest List
> Sent: Thursday, November 08, 2007 1:55 PM
> To: Windows System Software Devs Interest List
> Subject: Re:[ntdev] View remote debug messages
>
> Is the target (remote) running Vista or Longhorn? If so, those version
> s of Windows suppress DbgPrint output by default, which can result in
> almost nothing being displayed. If this is the case for you, check out
> this article on OSR (http://www.osronline.com/article.cfm?article=295),
> which explains what to do about that. I haven’t used DebugView on
> Vista, but I assume you have to go the registry key route, but I know
> that there is at least one person on this list who can tell you how to
> do everything including your taxes with DebugView who will kindly
> correct me if I am wrong.
>
>
> Also, if it applies on the same versions of Windows, are you starting
> DebugView using “Run As Administrator?”
>
> Good luck,
>
> mm
>
> xxxxx@yahoo.com wrote:
>> I am triing to view debug messages genereted on remote computer, but I can’t to it nor with debugview, neither with debugmon. Can anybody help me with this.
>>
>> Thanks,
>> Tigran
>>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>
Thank you for your answers.
I use Windows xp sp2, not Windows Vista.
Thanks,
Tigran