January 2008
Beginner
352 pages
9h 6m
English
In this chapter: |
When you write a Windows service, you’ll want to be able to monitor that service and then, when necessary, debug that service. Microsoft makes it very easy to use the Microsoft Windows Debugging Tools or the Microsoft Visual Studio 2008 IDE to do just that. I’ll demonstrate how to debug a Windows service in this chapter.
Debugging Windows services is a little more difficult than debugging a standard application, because you cannot run a service directly from the debugger as you would a standard application. With a service, ...
Read now
Unlock full access