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

Breakpoints disabled

Intel_C_Intel
Employee
744 Views
I have a .dll built in CVF that I am trying to debug that launches an .exe that will call it. When I set a breakpoint and then try to start execution, I get the message:

One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program.

This .dll's project settings look much like another .dll that does allow me to set breakpoints and run. Any ideas on how to get this to work?

Thanks

Scott
0 Kudos
1 Reply
Intel_C_Intel
Employee
744 Views
I figured it out. I somehow got the project setup as a console project that output a .dll file. I reset up the project files as a dll project and now it works.
0 Kudos
Reply