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.

Setting linder ouput file prevents debugging in visual studio

Chris_H_3
Beginner
618 Views

TWIMC;

I have set the project properties in visual studio so the compiled program specified by Output File under Configuration Properties\Linker is not the standard place.  When I try to debug the project by running the error pops up, " Failed to load file ..." and points to the executable expected in the debug subdirectory of the solution.  How do I point the debugger at the Output File?

Any thoughts or advice will be appreciated.  Thank you.

Sincerely,

CHobbs

0 Kudos
1 Reply
Chris_H_3
Beginner
618 Views

Figured it out!

Set the same path to the Output File in the Configuration Properties\Debugging\Command field. 

 

That works.

0 Kudos
Reply