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. Vincent -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
