Code::Blocks Forums

User forums => Help => Topic started by: trac38 on May 21, 2012, 02:58:59 pm

Title: Debugger watch window
Post by: trac38 on May 21, 2012, 02:58:59 pm
Hello all,

I am using C::B 10:05 svn 7919 downloaded from "Jens" repository. I am using Ubuntu 12.04 operating system on a 64 bits box.
I am using default gcc and gdb provided by the Ubuntu distribution.

I have the Watches window in my debugger perspective.
I am debugging a shared library project.
In my Watches window, I do not have the "locals variable"tree nor the "function arguments"one even if in the debugger setting window, I have
selected the "Watch function arguments" and "Watch local variables" toggles.
Note that I am perfectly able to watch my variables if I drag/drop them from the editor window to the watches window.

Is this behavior linked in a way or another to my use of the SVN 7919 build?
Is there a way for me to get back these trees in the Watches window?

Thank's for your help
Title: Re: Debugger watch window
Post by: Freem on May 21, 2012, 03:04:07 pm
"local variable" tree and "function arguments" are no longer present since the merge of debugging branch and the trunk (if I am right).

I do not know why, but I guess this is for technical reason... If I remember correctly there were a thread on that subject a few time ago (maybe one or two months? Do not remember well...)
Title: Re: Debugger watch window
Post by: oBFusCATed on May 21, 2012, 03:46:51 pm
No, there is no way currently... http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks#In_latest_nightly_builds
Title: Re: Debugger watch window
Post by: trac38 on May 21, 2012, 03:53:35 pm
OK I see.

Thank's for your fast replies