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

Setting linder ouput file prevents debugging in visual studio

Chris_H_3
初学者
592 次查看

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 项奖励
1 回复
Chris_H_3
初学者
592 次查看

Figured it out!

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

 

That works.

0 项奖励
回复