I will try to reproduce it and send it to you.

I tried and after several tries I could not reproduce the bug but I could totally freeze
the image :(
Do not ask me how. See screenshot below


Now I do not get it but when I put a halt like the following

coinsFor: aValue into2: accuWallet
������
������ | accu |
������ self halt.
������ [
������
������ accu := accuWallet money.
������ accu < aValue ]
������ ������ whileTrue: [
������ ������ ������ ������ ������ ������ | big |
������ ������ ������ ������ ������ ������ big := self biggest.
������ ������ ������ ������ ������ ������ [ big > ((aValue - accu))�� ] whileTrue: [
������ ������ ������ ������ ������ ������ ������ ������ ��big := self biggestBelow: big ].
������ ������ ������ ������ ������ ������ self removeCoin: big.
������ ������ ������ ������ ������ ������ accuWallet addCoin: big ].
������ ^ accuWallet

- sometimes I cannot get it stopped there :( when running the test for coinsFor:
testCoinsForPayingWithOtherCoins for example.

������ I got it now
������ GTInspector does not open on latest stack frame but the one before and if I scroll I get it
������ ������

So this one should be easy to fix. For the other one I do not know.


Having a robust debugger would be priority number one.

Stef


Stef