Freigeben über


How to: Debug COM Servers

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Debugging COM server applications poses a unique set of problems that are not always easy to solve.

If you do not have or do not want to use debugging information for your container application, starting to debug the server application is a three-step process.

To debug a server application without container information

  1. Start debugging the server as a normal application.

  2. Set breakpoints as desired.

  3. Start the container application.

See Also

COM and ActiveX Debugging
How to: Debug COM Clients and Servers Using RPC Debugging
COM Server and Container Debugging
Debugging in Visual Studio