简体   繁体   English

如何在 Visual Studio UWP 中启用本地计算机调试?

[英]How to enable Local Machine debug in Visual Studio UWP?

I've downloaded existing UWP project and I wanna to start it on local machine in Visual Studio.我已经下载了现有的 UWP 项目,我想在 Visual Studio 的本地机器上启动它。 But now I only can debug on Device or Remote machine.但现在我只能在设备或远程机器上调试。 How can I add local machine debug mode to the project?如何将本地机器调试模式添加到项目中?

When You build for ARM, then it can only run on an ARM device, so it only shows the Device or Remote machine options.当您为 ARM 构建时,它只能在 ARM 设备上运行,因此它只显示设备或远程机器选项。 If you want to debug the project on local machine, you can click the drop down to build x86 or x64.如果您想在本地机器上调试项目,您可以单击下拉构建 x86 或 x64。

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

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