0
You can do debugging in c++ if its a regular dll with mixed mode debugging if you have the source, but I don't think you can debug into a COM components source code from .NET. .NET builds a wrapper around the ActiveX control and talks to the control through this wrapper, but the wrapper doesn't let you debug inside of it.
Best,
-Mike