Debugging shell extension in Windows 7

后端 未结 5 1992
梦如初夏
梦如初夏 2021-02-05 16:10

I\'m trying to debug shell extension (IContextMenu) in Windows 7 with Visual C++ 2008. I have set DesktopProcess=1 in the registry and set host app to explorer.exe. But when I s

5条回答
  •  粉色の甜心
    2021-02-05 16:30

    You could try putting a DebugBreak() call in your code. This should launch the just-in-time debugger at the call and give you an idea of what is going on.

提交回复
热议问题