windows service debugging

Aug 24 2004 8:23 AM
Good articles in here about writing a Windows Service in C#, but what about debugging them in Studio .NET 2003? I can disable the service installation code and treat it all like a console app, but I can't really debug the final service if it's installed as a service and it exhibits problems. Any suggestions? Thanks.

Answers (3)