Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: stingx on August 31, 2009, 03:03:10 am

Title: Debugger windows.
Post by: stingx on August 31, 2009, 03:03:10 am
I've used C::B a couple of time(more than year)...
Certainly, it is enough defects, but the most unpleasant are connected with "Call stack" and "Running threads" debugging windows.
With default setting "When stopping, auto switch to first frame with valid source info" turned on, C::B won't switch to other frames... (As seen in debugger log, C:B does switching, but after, switch back to first frame).
When this setting is turned off, other problem arrives:
 - Changing current thread in "Running threads" not updates * (current thread asterisk) in threads window, but normally updates "Call stack".
 - Switching to another frame in "Call stack" works, but do not open a source file/line.

Ubuntu 9.04/Code::Blocks SVN 5744 build.
Title: Re: Debugger windows.
Post by: oBFusCATed on August 31, 2009, 01:53:24 pm
You have a variation of this problem http://developer.berlios.de/bugs/?func=detailbug&bug_id=13972&group_id=5358