[Newbies] self halt will hang the Squeak UI

cdrick cdrick65 at gmail.com
Tue Jul 10 14:00:47 UTC 2007


>
> Does anyone know why evaluating the following:
>
> |aString|
> aString := 'hello world'.
> self halt.
>
>  in a workspace will hang the Squeak UI?
>

this is not blocking the UI in my image...
but still you should put self halt before the affectation... or
better, you just remove self halt, select the text and chose "debug
it" in the right click menu...

hth

Cédrick


More information about the Beginners mailing list