Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 771 Bytes

using-task-manager.md

File metadata and controls

14 lines (11 loc) · 771 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Using Task Manager
Using Task Manager
11/04/2016
Task Manager
breakpoints, Task Manager
debugging [ATL], using Task Manager
773fccd5-308d-42c2-a17f-60ae94989062

Using Task Manager

One of the simplest ways to debug a service is through the use of the Task Manager. While the service is running, start the Task Manager and click the Processes tab. Right-click the name of the EXE and then click Debug. This launches Visual C++ attached to that running process. Now, click Break on the Debug menu to allow you to set breakpoints in your code. Click Run to run to your selected breakpoints.

See also

Debugging Tips