Debugging shell extension in Windows 7

后端 未结 5 2079
梦如初夏
梦如初夏 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:31

    You should take a look at gflags.exe, part of the standard debugging tools sdk. It's got all the options you need to configure (global)flags for any process startup/services/heap/pool-tagging/stacktrace's-on-allocation etc...

提交回复
热议问题