views:

158

answers:

1

Is there a way to monitor data flowing between BHO and IE? I am writing one BHO and its giving some issues . I have tried tools like fiddler which can monitor traffic between server and IE but can I monitor traffic flowing between BHO and IE.

I am mostly interested in some tool.

A: 

You'll need to use a Windows debugger to debug this type of problem. WinDBG/Visual Studio/etc.

EricLaw -MSFT-