Wednesday, February 06, 2008

How can we debug the Filter's with GraphEdit ?

How can we debug the Filter's with GraphEdit ?

within the Filter development project Do the following.

Put the Breakpoint in Transform() fn or where the breakpoint is needed.
Project->Settings->Debug ->Executable for Debug session as C:\DXSDK\Bin\DXUtils\graphedt.exe.

and Set the Working Directory as Filter Project's directory as follows :

D:\SampleApps\Directshow\MPEG4DecoderFilter

Now Press F5 this will launch the GraphEdit and insert our filter and run the Graph . u will get
the breakpoint debugging control.

No comments: