News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to copy the value of a watch?

Started by DanRR, September 17, 2009, 09:12:08 AM

Previous topic - Next topic

DanRR

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.

LordCB


LordCB

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




DanRR

Thanks LordCB!
I enabled and <Display debugger's log> in addition to <Evaluate expression under cursor>
and now I can copy variables content, nice!

LordCB