繁体   English   中英

如何从Powershell运行Visual Studio调试uwp项目?

[英]How run a visual studio debug of a uwp proj from powershell?

我想从Powershell以调试模式运行Visual Studio uwp proj,我知道如何从外部命令启动uwp应用程序

启动shell:AppsFolder \\ packageName参数

但是我想从Visual Studio像在调试模式下那样做。 你知道怎么做吗?

从sln文件夹

& "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7`\IDE\devenv.exe"  /command "Debug.Start" my_solution.sln

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM