In vs2013, you can write programs for Windows Phone 8.1, but you need to use the Windows-brought virtual machine Hyper-V for debugging
The genuine system will not have a problem when you turn on Hyper-V, but a pirated system can cause system instability and even crash, and I happen to have windows
phone8.1 's cell phone, so I'm thinking about debugging a phone program with a real machine.
Asked the teacher, the teacher told me to use remote debugger this plugin, but I did not succeed after a few attempts.
And then I found out that vs2013 provided the SDK for Windows phone8.1 development, so I tried to dress up, and after a while, I finally found the Windows
phone8.1 the method of real machine debugging. Here's how:
First, create the WindowsPhone application in VS and don't repeat it here, then choose
Open in blend. Change the deployment target to device in the Devices module in blend
Then the CTRL+F5 runs and a dialog box appears
At this point you need to ensure that you have a developer account and download and install Windows PHONESDK
Running Windows Phone Developer registration
Follow the prompts to complete the developer registration and close. Debug program in Make sure the phone is in unlocked state download blend
The effect after commissioning is the following
The real machine debugging speed is much faster than the virtual machine, so there are real friends can use this way to write debugging Windows Phone program!
C # learning Log Day 5 plus------Windows Phone 8.1 real-computer debug phone app