Can't debug local machine or device in VS 2015

I recently upgraded from Visual Studio 2015 Community RC to final release to develop Windows 10 apps and noticed that now I am unable to debug my app. A dropdown menu to launch the application at the normal level of both the emulator and the local computer or connected device gives me the option to "Attach ...". When I click on this, I am shown the Attach to Process window that lists all the current processes on the PC and tries to force me to run the application on it.

I'm very confused and I think you could have been confused too, so here are some screenshots (sorry if this is in French):

enter image description here enter image description here

+3


source to share


1 answer


You are building an ARM (see the center of the black box at the top of the screen), so it can only run on an ARM device. Change the dropdown to build x86 and you can run locally or in an emulator (Windows Phone emulators are x86, not ARM).



+7


source







All Articles