[Gambas-user] Bug ?
Gareth Bult
gareth at ...1689...
Thu May 10 17:46:18 CEST 2007
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.
--
Gareth Bult, Encryptec Limited
Tel: 0845 25 77033, FWD: 753977, Mob: 07891 389657
Email: gareth at ...1689...
Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request.
More information about the User
mailing list