简体   繁体   English

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

[英]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 我想从Powershell以调试模式运行Visual Studio uwp proj,我知道如何从外部命令启动uwp应用程序

start shell:AppsFolder\\packageName arguments 启动shell:AppsFolder \\ packageName参数

But what I want to do this from visual studio like in debug mode. 但是我想从Visual Studio像在调试模式下那样做。 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

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

相关问题 如何使用 Visual Studio 调试 Xamarin UWP 项目 - How to debug Xamarin UWP project with Visual Studio 如何从.proj文件制作Visual Studio解决方案文件 - How to make visual studio solution file from .proj files 如何从 Visual Studio 2010 运行 PowerShell 脚本 - How do I run a PowerShell script from Visual Studio 2010 如何在 Visual Studio UWP 中启用本地计算机调试? - How to enable Local Machine debug in Visual Studio UWP? 如何在 Visual Studio 调试中以管理员身份运行应用程序? - How to run application as administrator in debug with Visual Studio? 在 Visual Studio 2015 中的 UWP 中调试 Javascript - Debug Javascript in UWP in Visual Studio 2015 如何在Visual Studio中运行Azure Powershell Cmdlet - How to run Azure Powershell Cmdlets in Visual Studio UWP 应用程序在 Visual Studio 调试模式下工作,但发布版本无法运行,缺少 DLL (C#) - UWP App works in Visual Studio debug mode, but the release build won't run, missing DLL (C#) 如何在 Visual Studio 中调试 Windows PowerShell 模块? - How do I debug a Windows PowerShell module in Visual Studio? 如何使用 Visual Studio Code 从 Visual Studio 2019 构建、调试和运行现有的 C++ 解决方案 (.sln)? - How do I use Visual Studio Code to build, debug and run existing C++ solution (.sln) from Visual Studio 2019?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM