How to debug a Vsix project

后端 未结 2 1390
自闭症患者
自闭症患者 2020-12-18 20:31

I\'m creating a custom test runner for my project. So I\'ve created a test vsix project which can be registered in Visual Studio.

I also knows that I load the extens

2条回答
  •  伪装坚强ぢ
    2020-12-18 20:37

    A bit late, but may be helpful for others.

    A suggestion I found here helped me to resolve my problem with debugging my .vsix component in VS2012. In short: add to project properties "start external program:" [your visual studio path], add to "Command line arguments" /rootsuffix Exp.

提交回复
热议问题