Author Topic: Watches not showing contents of Vector and Stringstream  (Read 6939 times)

Offline rilesdg3

  • Multiple posting newcomer
  • *
  • Posts: 10
Watches not showing contents of Vector and Stringstream
« on: January 22, 2012, 09:05:34 pm »
Hello

I am using CB on Ubuntu, and I have set up a watch on a string vector
and the the watch does not show any data in the vector, instead I get
"Couldn't find method std::vector<std::basic...........

I have the same issue with a watch on a std::stringstream
"Couldn't find method std::stringstream

thank you for your help

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Watches not showing contents of Vector and Stringstream
« Reply #1 on: January 22, 2012, 11:32:20 pm »
Switch to a debugger's nightly build version and disable the option 'Enable watch scripts'
(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 rilesdg3

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Watches not showing contents of Vector and Stringstream
« Reply #2 on: January 23, 2012, 04:42:31 am »
I have a nightlie and I have set the switches as per the website

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Watches not showing contents of Vector and Stringstream
« Reply #3 on: January 23, 2012, 06:26:20 am »
I have a nightlie and I have set the switches as per the website
The "normal" nightly from trunk or the nightly from debugger-branch ?

Offline rilesdg3

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Watches not showing contents of Vector and Stringstream
« Reply #4 on: January 23, 2012, 01:27:00 pm »
I do not know, how can I find out?


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Watches not showing contents of Vector and Stringstream
« Reply #5 on: January 23, 2012, 02:00:33 pm »
If you have "Debug -> Active debuggers" menu, then you're using a debugger's branch nightly.
(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 rilesdg3

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Watches not showing contents of Vector and Stringstream
« Reply #6 on: January 23, 2012, 08:31:38 pm »
I have svv build rev 7671 (2010-01-06 09:23:21) gcc
4.3.2 Linux/unicode 32-bit

I thought that this was the most recent nightly. if it
is not could you tell me how I can make sure that I
donwload the most recent and not just any nightly.

the Degbug-> Active debug option is not avaiable unless
I am looking in the wrong spot. I am looking at the debug
on the header bar were File, Edit View is located.

thank you

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Watches not showing contents of Vector and Stringstream
« Reply #7 on: January 23, 2012, 08:46:15 pm »
I have svv build rev 7671 (2010-01-06 09:23:21) gcc
4.3.2 Linux/unicode 32-bit

I thought that this was the most recent nightly. if it
is not could you tell me how I can make sure that I
donwload the most recent and not just any nightly.

the Degbug-> Active debug option is not avaiable unless
I am looking in the wrong spot. I am looking at the debug
on the header bar were File, Edit View is located.

thank you

That's a trunk version.
But on my server you can find 7711 from trunk and 7710 from the debugger-branch (at the moment).
See here for an instruction to install the debugger-branch from my repo.