This documentation is archived and is not being maintained.
ATL Debugging Techniques
Visual Studio 2005
This topic applies to:
| Visual Studio Edition | Visual Basic | C# | C++ | J# |
| Express | No | No | Native | No |
| Standard | No | No | Native | No |
| Pro/Team | No | No | Native | No |
If you are debugging an ATL program, these debugging techniques may be of use to you.
In This Section
- How to: Debug COM+ 1.0 Components
-
Describes how to debug a COM+ 1.0 component project in Visual Studio.
- How to: Debug QueryInterface Calls
-
Shows the definition you must add to your code to debug QueryInterface calls in ATL and the results.
- How to: Track Reference Counts
-
Shows the definition you must add to your code to trace reference counts in ATL and the results.
Related Sections
Show: