Em 2/8/2009 19:58, Martin escreveu:
please also read
http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips

Martin wrote:
Andrew Brunner wrote:
Thanks Silvio,

I'm not having a problem a problem with code running. I'm not able to
Inspect the contents of VStringArray while debugging via GDB in
Ubuntu.

Can you inspect the variable VStringArray? How about VStringArray[0]?
I can not.

This is a fresh build of FPC and Lazarus from TRUNK and a BRAND new
install of Ubuntu 9.04.


There a various problems, like this. It is an issue between fpc and gdb.
A lot may depend on the version of fpc and the version of gdb you use.

A few thinks you can try, but I don't know if they will work for you.

Try Dwarf versu stabs (Compiler option in Lazarus), Tab: Linking

While debugging the following has worked for me under window (not sure
if I used dwarf, I think not). And it only worked if there was an
explicit type:
type TStringArray = Array of String; var a: TStringArray
but not for
var a: Array of String;

instead of
a[0]
I wrote (in the watch window)
a^[0]

Martin, thanks for the strength ;-) .

With I showed, had no errors. I'm using now the following (see pictures):

GDB - [http://www.4shared.com/file/122487107/bfb46cfd/gdb.html].
Lazarus - [http://www.4shared.com/file/122487336/e01adbc6/lazarus.html].

ps. Friends, I don't know much English but I try to help somehow. :-)
--
[]'s, Silvio Clécio
---
Linux User: #481900
Gmail, GTalk: [email protected]
E-mail, Y! Messenger: [email protected]
BlogSite: http://silvioprog.blogspot.com/
BlogSpot: http://silvioclecio.blogspot.com/
VirtualDriver: http://silvioprog.4shared.com/
°oO| Seja livre, use Linux! |Oo°

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to