
Debugging Events raised by C++ objects hosted in vb
Stepping through the application that responses to the
event(s) raised by external C++ object can be a little
tricky. Following the vb call stack and F8'it through the
code is fine untill call branches to the external dll.
VB suppose to 'pickup' on Event handlers implementation
and continue. If I set the breakpoint on that event
implementation and F5, I can pickup from there.
How can I start debugging from VB and right after call to
dll see the response (event raised by external dll)?
I hope I'm clear in what I want to achive..
Thanks in advance.
greg