Go to Build Settings, choose SDK version and build your project to a folder
将会生成 Visual Studio 解决方案
在本地计算机上运行:
Make sure, that selected solution platform is x86 and Debug target is set to “Local machine”
按 F5 或选择 Debug > Start debugging
Running on remote machine (handheld device):
First time you’ll have to install remote debugging tools (see http://msdn.microsoft.com/en-us/library/bt727f1t.aspx for more information) on a remote machine (Note: for ARM tablets you’ll need ARM remote debugging tools, for ex., rtools_setup_arm.exe)
如果要部署到 ARM 架构设备,请确保 Solution Platform 设置为 ARM
在远程机器上启动 Visual Studio Remote debugger
选择 Visual Studio project settings > Debug
将目标设备设置为“Remote machine”
Find a remote machine in the list and select it
按 F5 或选择 Debug > Start debugging
Note: If you cannot connect to a remote machine, make sure that Firewal does not block it