I have created a simple Windows service in Visual C++ 2012. I am able to get the service up and running . But the thing is I have put some OutputDebugString() trace messages in the service in the service but these are not displayed
in DbgView. I found some similar posts in various forums but was not able to find an answer. I read that this is due the isolation of service in session0 and shifting of user apps to session1 from Vista onwards. Any solutions/work arounds for this so
that I can get my debug traces from the service?
↧