Author Topic: Very slow step to next line with GDB on Fedora 7  (Read 3547 times)

rnolde

  • Guest
Very slow step to next line with GDB on Fedora 7
« on: November 07, 2008, 06:21:51 pm »
I'm running CodeBlocks 8.02 on Fedora 7 and also on Windows 2000.  Things work fine the Win2000 setup but on Linux the button to Step to Next Line runs VERY slowly, say ten to thirty seconds for a simple assignment statement. The Continue to next breakpoint function, and Step Next Instruction works fine but the Step To Next Line is basically unusable. Here are the packages installed on my Linux system.  I have no problems evaluating variablesFor this project I'm not using the Mingw32 compiler, only gcc with a standard C source code. Has anyone else seen this behavior?

codeblocks-8.02-1.fc7
codeblocks-libs-8.02-1.fc7
compat-wxGTK26-2.6.4-0.7
gcc-4.1.2-27.fc7
gcc-c++-4.1.2-27.fc7
gcc-gfortran-4.1.2-27.fc7
gcc-java-4.1.2-27.fc7
gdb-6.6-16.fc7
gdbm-1.8.0-27.fc7
gdbm-devel-1.8.0-27.fc7
libgcc-4.1.2-27.fc7
mingw-gcc-core-3.4.5-14hl
wxBase-2.8.7-2.fc7
wxGTK-2.8.7-2.fc7

Offline CuteAlien

  • Multiple posting newcomer
  • *
  • Posts: 57
Re: Very slow step to next line with GDB on Fedora 7
« Reply #1 on: November 08, 2008, 09:24:18 am »
I had experienced that a few times, but it's been a while. Maybe it no longer happens because I switched to using nightly builds. You might try those- debugging seems to work better since I did that.