.net COM object debugging

F

fedak

In VB6, one was able to "run" a class library (.dll) in the IDE. When
an external application then instantiated an object in the library, it
would be routed to the live IDE debug session.

Is there a way to do this in .net? I can get it to work if I
explicitly launch the external application when I run the .net class
library, but I would much prefer the old passive vb6 style
functionality.

-fedak
 
C

Cowboy \(Gregory A. Beamer\)

Attach the debugger to the app, using the debug menu is my first thought.
overall, it is easier to work with multiple projects in the IDE and start
the executable (or web site) and step into the library.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top