COM and ActiveX Debugging
This topic applies to:
| Visual Studio Edition | Visual Basic | C# | C++ | J# |
| Express Edition | No | No | Native | No |
| Standard Edition | No | No | Native | No |
| Pro/Team Edition | No | No | Native | No |
This section provides tips on debugging COM applications and ActiveX controls.
In This Section
- COM Server and Container Debugging
-
Mentions special considerations when debugging COM applications. Issues include: debugging a COM server and container using two projects within the same solution, tracing into calls that go across process boundaries, setting breakpoints in callback functions, and stepping across and into containers and servers.
- How to: Debug an ActiveX Control
-
Contains information on debugging ActiveX controls. This includes: specifying a container for the debug session to see how the code in your ActiveX control executes, debugging a data-bound ActiveX control, simulating a particular container, and stepping into the container's code.
- COM Debugging Tools
-
Lists viewers and sample applications that may be useful in debugging your COM application.
Related Sections
See Also
Reference
Introduction to COMConcepts
Debugger SecuritySDI Server Applications