Re: Add-In Fun - Debugging VB6 IDE Add-Ins

Tech-Archive recommends: Fix windows errors by optimizing your registry



You can also debug components by including all the projects within a Group.
Open the MyAddin project and then Add the Test project.

That way everything can be tested with a single IDE. This is what I do most
often.

I've been told it will work with Addins and Designers as well. But it always
seemed "wrong" for those types of components so I usually use separate
IDEs. It is likely just supersition on my part. <g>

You might try it.

-ralph


.