Is there a way to debug ActiveX components written in C++ (Visual Studio 6) using the debugger or is it all "MessageBox" and "fprintf" type debugging ?

I know you can use the ActiveX Control test container app but can I somehow set breakpoints and step through my control while using that ?

Thanks !