Easier way to start debugging a windows service in C#

Posted by Matthias on Stack Overflow See other posts from Stack Overflow or by Matthias
Published on 2008-09-24T08:08:37Z Indexed on 2010/03/26 9:13 UTC
Read the original article Hit count: 338

Filed under:
|
|
|
|

Is there a way to easier start stepping through code except to start the service through the Windows Service Controll Management and then attach the debugger to the thread? It's kind of cumbersome and I'm wondering if there is not a more straight-forward approach.

© Stack Overflow or respective owner

Related posts about c#

Related posts about debugging