tags:

views:

225

answers:

1

Generated a debug diagnostic dump file for a COM+ application. Upon analysis look like threads deadlocks at line OLE32!SwitchSTA. My symbol path is pointing to msdl.microsoft.com/download/symbols. Is there way to know what arguments were passed to this method?

In general, how does one use Windbg to find the input argument value to the method call?

thanks in advance

A: 

Try with these tools Good tools for analysing COM object

lsalamon