Posted: Wed Oct 17, 2007 7:58 am Post subject: Tracing in-proc com?
Can I use visual studio analyzer tool to trace com calls within a
single app? This would seem to be much easier than setting breakpoints
in the debugger.
Archived from group: microsoft>public>vb>ole>automation
Posted: Wed Oct 17, 2007 10:49 am Post subject: Re: Tracing in-proc com?
wrote in message@y27g2000pre.googlegroups.com...
> Can I use visual studio analyzer tool to trace com calls within a
> single app? This would seem to be much easier than setting breakpoints
> in the debugger.
>
Not really. The Analyzer runs above the App and looks at component to
component conversations.
You can create Conditional Breakpoints in your app as part of the your
testbed toolset during development to simply testing.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum