Better way for debugging windows services

Saturday, January 28, 2006 6:00:00 AM (GMT Standard Time, UTC+00:00)
For the longest time I was using System.Diagnostics.Debugger.Launch() with #If DEBUG compiler directive… this allows me to step into services when I am in debug mode. 
 
I found another approach while perusing MSDN the other day…  you can set the debugger to launch and attach automatically with out having code in your application to do so. 
 
 
Friday, March 10, 2006 3:46:03 PM (GMT Standard Time, UTC+00:00)
Very interesting article and very helpful blog!
Thanks!
Comments are closed.