Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28455 Discussions

Setting linder ouput file prevents debugging in visual studio

Chris_H_3
Beginner
301 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
301 Views

Figured it out!

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

 

That works.

0 Kudos
Reply