Author Topic: Debugger watch window  (Read 4119 times)

Offline trac38

  • Single posting newcomer
  • *
  • Posts: 2
Debugger watch window
« 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

Offline Freem

  • Almost regular
  • **
  • Posts: 218
Re: Debugger watch window
« Reply #1 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...)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Debugger watch window
« Reply #2 on: May 21, 2012, 03:46:51 pm »
(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!]

Offline trac38

  • Single posting newcomer
  • *
  • Posts: 2
Re: Debugger watch window
« Reply #3 on: May 21, 2012, 03:53:35 pm »
OK I see.

Thank's for your fast replies