[Gambas-user] Bug ?
Benoit Minisini
gambas at ...1...
Fri May 11 11:30:41 CEST 2007
On jeudi 10 mai 2007, Gareth Bult wrote:
> Hi,
>
> I think I may have found a bug in the IDE .. 1.9.48 ...
>
> 1: DIM dict AS Collection
> 2: dict = NEW Collection
> 3: dict["Bad News"] = "a key with a space in it!"
> 4: print dict["Bad News"]
>
> Then set a breakpoint to #4 and run.
> Go to "Watch" and watch dict
> Double click on dict to see the contents
> The box that appears displays "Deleted in the key and Non terminated string
> in the value column .. But then if you trace one line on it prints the
> correct result.
>
> i.e. debug box can't handle collections that use spaces in their key ...
>
> :)
>
> Gareth.
It should be fixed now.
--
Benoit Minisini
More information about the User
mailing list