Visual Studio 2015 does not have a debug option outside of the remote machine

I recently installed Visual Studio 2015. I am completely new to the program and I cannot figure out my problem. First of all, I am running it on Windows 7 via VMWare Fusion. I had no problem installing it. I created a simple application to test it, but there is no option other than "Remote Machine" for debugging. I'm not sure how to get "Local Computer" in there. Please let me know if I have not provided sufficient information. Thank!

+2


source to share


1 answer


just check this link: https://msdn.microsoft.com/en-us/library/dn975273.aspx

In Requeriments says:

"Windows 7: You cannot run the application locally (only on a remote Windows 10 device). You cannot use emulators or simulator in Visual Studio."



Thus, the only way you should debug your application is with your remote test computer.

Hope it helps.

+5


source







All Articles