简体   繁体   中英

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. 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. If you want to debug the project on local machine, you can click the drop down to build x86 or x64.

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