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

Some trouble with GDB and ifort

brickza
Beginner
474 Views
Hi

I'm using gdb 6.3 under Debian Sarge with ifort 8.1. I compile with the -g flag. I somtimes have this problem when I want to single step:

Starting program: /home/brick/akademie/FEMFEKO/src/femfeko

Breakpoint 1, 0x08117430 in meshin_fek_old_.fc_card_ ()
(gdb) info breakpoint 1
Num Type Disp Enb Address What
1 breakpoint keep y 0x08117430 meshin_old.f90:1690
breakpoint already hit 1 time
(gdb) n
Single stepping until exit from function meshin_fek_old_.fc_card_,
which has no line number information.

It works properly for some functions, but not others. Are there known problems with GDB, or am I doing something wrong?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
474 Views
Debian is not a distribution we support or test. You may want to see if a newer version of gdb is available. Have you tried this with idn?
0 Kudos
Reply