Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
How to copy the value of a watch?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How to copy the value of a watch? (Read 4718 times)
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.
Logged
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???
Logged
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
Logged
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!
Logged
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:
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
How to copy the value of a watch?