I'm working on C# COM component. This component is called from application plugin and when I manually attach debugger to the application, it stops on breakpoints. But when I use Visual Studio debug command (F5 key) and specify "Start external program" in project debugger settings, Visual Studio does not stop on breakpoints.
In short: * set breakpoint, compile, start app, attach debugger to debug "Managed (v2.0, v1.1, v1.0) code", exec plugin method - VS stops on breakpoint. * set breakpoint, specify Start external program, press F5 - application starts, exec plugin method - VS skips breakpoint. "Attach To..." command shows ProteusDebugEngine instead of some kind of managed code.