On Wed, 13 Oct 2010, Vincent Snijders wrote:

2010/10/13 Felipe Monteiro de Carvalho <[email protected]>:
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.

GDB being C-biased, that is quite likely the cause. Means that the debugger interface must work around it.

Michael.

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

Reply via email to