Author Topic: How to copy the value of a watch?  (Read 4718 times)

Offline DanRR

  • Multiple posting newcomer
  • *
  • Posts: 18
How to copy the value of a watch?
« on: September 17, 2009, 09:12:08 am »
Hi,
I'm using CB svn 5731.
I need to copy long watch strings, but I didn't found out how to do that.
Sadly, Chang variable's value dialog is started with an empty edit box, and not
as one may expects, with the current watch value.
Thanks.

Offline LordCB

  • Multiple posting newcomer
  • *
  • Posts: 79
Re: How to copy the value of a watch?
« Reply #1 on: September 18, 2009, 04:59:56 pm »
What kind of string???

Offline LordCB

  • Multiple posting newcomer
  • *
  • Posts: 79
Re: How to copy the value of a watch?
« Reply #2 on: September 18, 2009, 05:05:08 pm »
Perhaps you can enable  under setting->debugger&compiler->debugger setting
the item <evaluate expression under cursor>

then depending on the string you are using, when you go over your string there must be an output under the editor named debugger or debugger(debug) there you can copy and paste or something like that




Offline DanRR

  • Multiple posting newcomer
  • *
  • Posts: 18
Re: How to copy the value of a watch?
« Reply #3 on: September 22, 2009, 10:46:07 am »
Thanks LordCB!
I enabled and <Display debugger's log> in addition to <Evaluate expression under cursor>
and now I can copy variables content, nice!

Offline LordCB

  • Multiple posting newcomer
  • *
  • Posts: 79
Re: How to copy the value of a watch?
« Reply #4 on: September 24, 2009, 09:29:48 pm »
My pleasure! :lol: