News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Slow debugging on Arch

Started by attila3453, June 08, 2012, 08:35:32 PM

Previous topic - Next topic

attila3453

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.

oBFusCATed

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!]

attila3453

Code::Blocks 10.05 rev 0

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

oBFusCATed

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!]