Browse by Tags

If you are taking time out to read this post, you have probably experienced the pain of debugging windows services. When I first started writing windows services, I looked far and wide for a solution that would allow me to hit the ol' F5 button in Visual Studio and be able to run everything fine. If you believe Microsoft's advice , it's not possible. The MSDN article on the subject suggests a six step...

I have only once in my life seen a true master of debugging at work. It is an art form that few programmers take the time to really learn. It's viewed as more of a necessary evil only to be done in the most dire situations. I'm guilty of this on occasion, but no more! I've resolved to practice this as much as possible. I found a few resources on line (and by few, I mean very few), but Doug... More Posts