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

Unresolved breakpoints

coolweather
Beginner
227 Views
Hello,
I compile my projects with ifort and icc from Intel XE suite compilers with the following debug options
[bash]FORT        = ifort -g3 -O0 -fpp -threads -traceback -w -C -c
C           = icc -g3 -O0 -fpp -traceback -w -C -c
LINKER      = ifort -static -nofor_main -o[/bash]
but I can not debug because of unresolved breakpoints error.
I use IDB debugger.
I tried to debug via PTP Eclipse and also via IDB GUI.
In the both cases the debugger does not stop on breakpoints, it stops at main startup, and I can follow line by line all the code including breakpoints.
Please, help me to solve this issue !
Thank you in advance,
Vitaliy
0 Kudos
0 Replies
Reply