[Lazarus] Improve message dialog
Martin
lazarus at mfriebe.de
Fri May 18 14:34:27 CEST 2012
On 18/05/2012 13:26, Benito van der Zander wrote:
>>
>> Do you have an example where it shows the wrong length?
> Always. (but I haven't updated Lazarus in a while, it's still r36797,
> perhaps it was fixed)
> E.g:
>
> begin
> setlength(x, 3);
> x[2].Left:= 4;
> writeln;
> end.
Works here. http://imagebin.org/212843
Though I just remember: I did not yet test it on 64 bit.
Only tested on Intel 32 bit yet (it is after all a new feature)
>
>>
>> You can change the watch type to memory.
> Nice, there it is. Last time I checked it was disabled...
>
> Although it takes a while to figure out that you have to write own
> addresses like (0x7fffffffe9c0)^.
True, it isn't bade for direct address input. Usually you give it the
name of the variable.
More information about the Lazarus
mailing list