Click to See Complete Forum and Search --> : Creating ActiveX controls & components


October 4th, 1999, 09:21 AM
I have developed some activeX controls & components in Visual Basic. I am wondering if there are established tools for debugging the controls after they are compiled? I cant seem to get source to show in a debugger even when compiled with symbols included. Is there a way to use an interactive debugger, or am I stuck with inserting code that is dedicated for debugging?

October 5th, 1999, 04:51 AM
YOU CAN PRESS F9 IN THE CODE AT THE LINE U WANT TO DEBUG AND SO U CAN DEBUG THE CODE AT RUNTIME

Jeremy_D
October 5th, 1999, 06:54 AM
You need to debug the source. You can accomplish this by creating a Project Group (File Menu->Add Project) consisting of the control/component project and a test-project. Select the test-project, and in the references or component box choose the other project (component). It should be listed near the top.