Cannot debug x64 version of program

  • Thread starter Thread starter roberts mike
  • Start date Start date
R

roberts mike

Guest
Using VS 2015 Community Version.


Just converted a x32 project to a x64 project. x64 version runs fine when not run in VS debugging mode. When run from VS, VS displays the message:

Unable to run ..\x64\Debug\program.exe.

The x64 compiled program is at: ..\Debug\program.exe

How to tell VS the program is at: ..\Debug\program.exe

Continue reading...
 
Back
Top