Discussion:
AddIn NewBie
(too old to reply)
Lorin
2007-05-27 14:17:01 UTC
Permalink
Created a VB6 AddIn.
Compiled it and added it to the AddIns.
It works.
Removed It. (deleted .dll and restarted IDE, YES to remove from list)

Now I have added new features, with runtime errors (compiles OK).
How do I debug the AddIn?
If I run it in IDE I get no access.

Where can I find VB IDE AddIn debugging help?
Donald A. Herman
2007-07-02 23:59:07 UTC
Permalink
close All VB's

Start an instance without the addin loaded, then open the addin in VB. press
Start with full compile. (Oh yeah set your breakpoints.)
At least set one in a startup procedure so you are sure it loaded in the
next step.

Then start another instance of VB and it should break to the previous addin
instance.
--
Donald A. Herman
Software - Scheduler Pro, Disk Cataloger, Math Wizard
http://don_herman.tripod.com
Office Extras, Addins
http://don_herman.tripod.com/msoextras
Post by Lorin
Created a VB6 AddIn.
Compiled it and added it to the AddIns.
It works.
Removed It. (deleted .dll and restarted IDE, YES to remove from list)
Now I have added new features, with runtime errors (compiles OK).
How do I debug the AddIn?
If I run it in IDE I get no access.
Where can I find VB IDE AddIn debugging help?
Loading...