I am working on video DLL lib. There is the interface of COM frame class. Which is actually an image. While debugging, I want to see what happens to this frame. But only way to do it - to add SaveToFile
method to code and recompile. Is three some better debugging tactics or tools for debugging COM interfaces?
It is not hard to write some app with import possibility that will visualize frame if I only find the way to export it from MSVS during debug session.