<br><br><div class="gmail_quote">On Mon, Dec 6, 2010 at 12:17 PM, Dave Coventry <span dir="ltr"><<a href="mailto:dgcoventry@gmail.com">dgcoventry@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Me! Me! I can answer this one! :)<br>
<div class="im"><br>
On 6 December 2010 11:03, Kjow <<a href="mailto:antispammoni@gmail.com">antispammoni@gmail.com</a>> wrote:<br>
> Hi all,<br>
><br>
> I need to read a variable value with a breakpoint. I use gdb.<br>
> I stopped my application with a breakpoint and now I need to read a<br>
> value of a variable, but I don't know how.<br>
<br>
</div>Place the cursor over the variable's name. If the variable is<br>
accessible at the time (i.e. if it's a global variable or a variable<br>
that the compiler's optimising hasn't overwritten, the value of the<br>
variable will show in a box.<br>
<br>
Alternately, you can use the watches. View->Debug Windows->Watches.<br>
Right click to add your variable(s).<br>
<div><div></div><div class="h5"><br></div></div></blockquote></div><br><br>
To the excellent reply of Dave I'd added only Run->Evaluate/Modify 
window when you placed the caret at the variable, also accessible by 
Ctrl-F4 with classic Delphi keyset (possibly the same in others, anyway 
you can the the key assigned in the menu item)<br>
<br>
Max Vlasov<br>
<br>