简体   繁体   中英

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

I want to run a visual studio uwp proj in debug mode from powershell I know how to launch my uwp app from external command

start shell:AppsFolder\\packageName arguments

But what I want to do this from visual studio like in debug mode. Do you know how to do this please?

从sln文件夹

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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