I'm working on a plugin system, and I'd like to be able to debug my plugin dll's as I work on them. Problem is, to use them they have to be compiled into actvex dlls, which are then referenced and loaded at runtime by the main program.

Is there any way of pausing exection of the program to see what's going on inside the dll?

Thanks,
Az.