Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all
I’m using DebugView from Mark Russinovich to view my messages send by DebugOutput. With W-XP I never had a problem, all “DebugOutput” messages where visible in DebugView.

Now W7: I have a background process (no GUI).

a.) In case I start this background process by double clicking in the explorer, debug messages are displayed in DebugView. Fact: If I start the background process by double-click from explorer, the process runs under the current account (“my account”).

b.) If I start the same process by the help of a service, no DebugMessage arrives in debug view.
Account in this case is “SYSTEM”.

c.) So I configured the service to run under “my account” to force, that the background process will also run under “my account”, in the hope DebugOutput will arrive in DebugView.

But unfortunately no DebugOutput arrives in DebugView.

What I’m missing, where I’m wrong?
Thank you very much in advance.
Posted
Updated 31-Jan-14 11:38am
v3

1 solution

I always run as Administrator
and run with "Capture Global Win32" in the menu.

That always work for me.
 
Share this answer
 
Comments
[no name] 31-Jan-14 18:30pm    
Yeahhhhhhhhhhhhhh! Thank you so much! hhhhhmmm but what is the cause...anyway a the moment I'm happy with your solution ;) I like to vote +1K but not possible ;)
Mattias Högström 1-Feb-14 6:51am    
Thanks :)

Here is a link to someone that has experienced a lot of problems getting the debugview to work.
http://geekswithblogs.net/cyoung/archive/2007/09/16/115390.aspx
It seems to relate to the support of multiple remote desktop sessions on newer OS:es.
[no name] 1-Feb-14 13:57pm    
Thank you very much again, the link is very informative. Kind regards, Bruno

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900