News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Debugger watch window

Started by trac38, May 21, 2012, 02:58:59 PM

Previous topic - Next topic

trac38

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

Freem

"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...)

oBFusCATed

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

trac38

OK I see.

Thank's for your fast replies