|
-
July 23rd, 2010, 10:30 AM
#1
Debugging a Service
Hi Folks,
I'm writing my first windows service, and am having some difficulty debugging. Based on this article...
http://msdn.microsoft.com/en-us/libr...b3(VS.80).aspx
...I understand I can't debug directly from the IDE, but even after installing the service and attaching to the process my breakpoints don't hit. I know the service is running and going through my functions because I'm writing a log and can see things happening there. It would be nice, though to take advantage of the IDE's debugging features. I'm using Visual Studio 2008 Standard, .NET 3.5.
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|