I want to write a add-in for Visual Studio 2008. It will provide a friend UI to show and edit bitmap image when I'm debugging projects about image process.
I know how to access IDebugger interface in VC6, but I don't know how to do it in VS 2008. And I prefer to C/C++ guide other than C#. Thanks.
I found it: Debugger Object(http://msdn.microsoft.com/en-us/library/aa291605(v=VS.71).aspx)