Re: [Lazarus] Breakpoint

2010-12-07 Thread Kjow
2010/12/6 Dave Coventry dgcoven...@gmail.com:
 Me! Me! I can answer this one! :)
 Place the cursor over the variable's name. If the variable is
 accessible at the time (i.e. if it's a global variable or a variable
 that the compiler's optimising hasn't overwritten, the value of the
 variable will show in a box.

 Alternately, you can use the watches. View-Debug Windows-Watches.
 Right click to add your variable(s).

2010/12/6 Max Vlasov max.vla...@gmail.com:
 On Mon, Dec 6, 2010 at 12:17 PM, Dave Coventry dgcoven...@gmail.com wrote:
 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)

 Max Vlasov

Thank you both!
Very appreciated :)

Kjow

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Breakpoint

2010-12-06 Thread Kjow
Hi all,

I need to read a variable value with a breakpoint. I use gdb.
I stopped my application with a breakpoint and now I need to read a
value of a variable, but I don't know how.

Thank you!
Kjow

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Breakpoint

2010-12-06 Thread Dave Coventry
Me! Me! I can answer this one! :)

On 6 December 2010 11:03, Kjow antispamm...@gmail.com wrote:
 Hi all,

 I need to read a variable value with a breakpoint. I use gdb.
 I stopped my application with a breakpoint and now I need to read a
 value of a variable, but I don't know how.

Place the cursor over the variable's name. If the variable is
accessible at the time (i.e. if it's a global variable or a variable
that the compiler's optimising hasn't overwritten, the value of the
variable will show in a box.

Alternately, you can use the watches. View-Debug Windows-Watches.
Right click to add your variable(s).

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Breakpoint

2010-12-06 Thread Max Vlasov
On Mon, Dec 6, 2010 at 12:17 PM, Dave Coventry dgcoven...@gmail.com wrote:

 Me! Me! I can answer this one! :)

 On 6 December 2010 11:03, Kjow antispamm...@gmail.com wrote:
  Hi all,
 
  I need to read a variable value with a breakpoint. I use gdb.
  I stopped my application with a breakpoint and now I need to read a
  value of a variable, but I don't know how.

 Place the cursor over the variable's name. If the variable is
 accessible at the time (i.e. if it's a global variable or a variable
 that the compiler's optimising hasn't overwritten, the value of the
 variable will show in a box.

 Alternately, you can use the watches. View-Debug Windows-Watches.
 Right click to add your variable(s).



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)

Max Vlasov
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus