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

Visual Studio cannot debug because a debug target has not been specified

Akila_S_
Beginner
446 Views

I have created one fortran static library project, and under Debugging, I see Full debug option. Still getting this error while trying to run. Any idea why?

0 Kudos
1 Reply
mecej4
Honored Contributor III
446 Views

In order to debug one or more routines in a library (static or dynamic), you need a driver program that calls those routines. Thus, you need another EXE project that is linked with the library. Without such a project, there is nothing "to run" in the library by itself.

0 Kudos
Reply