Author Topic: Slow debugging on Arch  (Read 4025 times)

Offline attila3453

  • Single posting newcomer
  • *
  • Posts: 2
Slow debugging on Arch
« on: June 08, 2012, 08:35:32 pm »
I run to a line in my file, and the debugger seems to be broken. I can't see the watches, and I can't normally stop the debugger.
I am using Arch Linux with XFCE, all up to date. On Windows XP and Ubuntu 10.04 it seems to be working though.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Slow debugging on Arch
« Reply #1 on: June 08, 2012, 08:41:22 pm »
If you want us to help you, you must provide at least c::b's version/revision number and the full log from the debugger (use code tags please).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline attila3453

  • Single posting newcomer
  • *
  • Posts: 2
Re: Slow debugging on Arch
« Reply #2 on: June 09, 2012, 06:51:33 pm »
Code::Blocks 10.05 rev 0
Code
Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: /home/attila/Desktop/vierte/
Adding source dir: /home/attila/Desktop/vierte/
Adding file: bin/Debug/vierte
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb (GDB) 7.4.1
Temporary breakpoint 2 at 0x8049dee: file /home/attila/Desktop/vierte/Camera.cpp, line 29.
At /home/attila/Desktop/vierte/Camera.cpp:29
Debugger finished with status 0

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Slow debugging on Arch
« Reply #3 on: June 09, 2012, 07:00:49 pm »
This is not the full debugger log. See the options how to enable it.
Also try a recent nightly build, the debugging was highly improved.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]