Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
Evaluate whole expression under cursor
MortenMacFly:
--- Quote from: p2rkw on September 06, 2012, 10:52:36 am ---edit: I forgot about main reason: when I hover 'member' in expression 'object.member' I want to see value of object.member not value of local variable named member.
--- End quote ---
In previous versions of C::B there was the possibility to save a debugger "watch script". This would allow you not to type this again and again, but just load the expressions you use often from the script (it is no problem if the one or other is not present in the currently debugged frame btw). But in fact I don't know if we still have that option... oBFusCATed?!
oBFusCATed:
I think this is not currently possible.
MortenMacFly:
--- Quote from: oBFusCATed on September 06, 2012, 11:59:12 am ---I think this is not currently possible.
--- End quote ---
So it got lost. But it maybe easy to re-implement. IIRC it was just two simple methods (I did it years ago...).
oBFusCATed:
Yes, it won't be hard, but I'm not sure it will help to make it easier to check the value of expression quickly and easily.
MortenMacFly:
--- Quote from: oBFusCATed on September 06, 2012, 01:08:54 pm ---but I'm not sure it will help to make it easier to check the value of expression quickly and easily.
--- End quote ---
No, the use-case is a different one: To save you from entering a lot of watches again and again across sessions. However, this is somewhat "related" to not having to enter long watch expressions again and again.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version