Cannot drag and drop to debugged-application run from a privileged-run Visual Studio 2010

前端 未结 2 1789
醉梦人生
醉梦人生 2021-01-11 17:28

I\'m debugging my application which has drag-n-drop features in Visual Studio 2010. I have to run the IDE in privileged mode since some of my project required so.

2条回答
  •  失恋的感觉
    2021-01-11 18:14

    Another workaround is to run the debug binary from Windows Explorer and attach to the process from within Visual Studio via the "Tools" or "Debug" menu. I have verified that drag events are received in the debugger when using this approach.

提交回复
热议问题