|
-
October 4th, 1999, 09:21 AM
#1
Creating ActiveX controls & components
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
#2
Re: Creating ActiveX controls & components
YOU CAN PRESS F9 IN THE CODE AT THE LINE U WANT TO DEBUG AND SO U CAN DEBUG THE CODE AT RUNTIME
-
October 5th, 1999, 06:54 AM
#3
Re: Creating ActiveX controls & components
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|