Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Problem starting debugger with a complicated "solution": "target has not been specified"

G_T_
Beginner
552 Views

Hi,

I am trying to run the debugger and I am getting the message "Cannot debug bacause a debug target has not been specified" using Visual Studio 2010 and Composer XE 2011.  The "solution" contains multiple executables (of which I am trying to run only one), and the executable calls a DLL (I am not trying to debug the DLL right now; I may need to later).  How do I specify the "target"?

I tried specifying the full path of the executable in question under Project|PropertiesDebug|Command, but this does not help.

I apologize if the question is trivial, but I am not used to having multiple executables in one "solution."

Thanks,

Gabriel   

0 Kudos
2 Replies
G_T_
Beginner
552 Views
Never mind. I found the Solution: specify executable in question as the startup project.
0 Kudos
IanH
Honored Contributor III
552 Views
...or right click on the exe project in solution explorer and select Debug > Start new instance.
0 Kudos
Reply