[Lazarus] tooltip debugger shows incorrect data
Vincent Snijders
vincent.snijders at gmail.com
Wed Oct 13 18:37:47 CEST 2010
2010/10/13 Felipe Monteiro de Carvalho <felipemonteiro.carvalho at gmail.com>:
> Plus, the tooltips always work for me. Maybe because I very rarely use
> the data type Char.
I don't the problem is not the data type char, but that somewhere in
the debugger tool chain (from lazarus tool-tips front end to the gdb
backend using the fpc generated debug info) the assumption is used
that pascal strings are indexed starting from 0 instead of 1.
Probably that is just how gdb works by default.
Vincent
More information about the Lazarus
mailing list