How to attach a debugger to a process in which a service is running?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
How to attach a debugger to a process in which a service is running?
Rating:
Take the following steps to attach a debugger to a process in which a service is running:
- In Visual Studio .NET, select Processes from the Debug menu.

- In the Available Processes section of the Processes dialog box, select the Show system processes check box.

- Select the process for the service application, and click the Attach button.

- In the Attach to Process dialog box, select the Common Language Runtime check box, and click the Ok button.

- After the Attach to Process dialog box is closed, the service enters the debug mode with Microsoft development environment attached as a debugger.

Rating:
Was this information helpful?
Other articles
- What is the EnableSession property?
- What is CAB project?
- What is database authentication?
- MCSD .NET/MCAD .NET/MCDBA 70-320 Short Notes: Exam Passing Tips
- What is declarative security check?
