Code::Blocks Forums

User forums => Help => Topic started by: attila3453 on June 08, 2012, 08:35:32 pm

Title: Slow debugging on Arch
Post by: attila3453 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.
Title: Re: Slow debugging on Arch
Post by: oBFusCATed 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).
Title: Re: Slow debugging on Arch
Post by: attila3453 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
Title: Re: Slow debugging on Arch
Post by: oBFusCATed 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.