How to: Debug COM Servers
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
Native only |
||||
Pro, Premium, and Ultimate |
Native only |
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
Start debugging the server as a normal application.
Set breakpoints as desired.
Start the container application.
See Also
Tasks
How to: Debug COM Clients and Servers Using RPC Debugging
Concepts
COM Server and Container Debugging