Thursday, March 13, 2008

How to debug Windows Media Plugins?

Download 'Dbgview.exe' from Microsoft. Go to 'Capture' menu and enable 'Capture Global Win32'.

Now use 'Debug.WriteLine("The message you need")' in your plugin code. Thats it. Now when you run your plugin the debug messages will be captured by the Dbgview.

No comments:

Post a Comment