Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How do I debug a COM object with Insure++?

Options
LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in Insure++
COM objects are always run in some process. Often, you will know if a COM object is "in process" or "out of process". Either way, the COM object is in some process, and that process must be debugged with InsureSpy.exe, inject.exe, or Visual Studio through clicking on the "Insure++ Debug" button. You cannot attach to a running process with Insure++. If you do not know what process your COM object is loaded in, you want to first find the name of the dll that your COM object belongs to, and read the Insure++ FAQ "How do I debug a dll with Insure++". If you are specifically debugging an ISAPI dll, see the post titled "Debugging an ISAPI dll" in the "Tips and Tricks" Insure++ forum.
Tagged: