self halt will hang the Squeak UI

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

self halt will hang the Squeak UI

Mac1974
Does anyone know why evaluating the following:

|aString|
aString := 'hello world'.
self halt.

 in a workspace will hang the Squeak UI?

Please note that any Seaside applications still function.

Thanks

Reply | Threaded
Open this post in threaded view
|

Re: self halt will hang the Squeak UI

cedreek
>
> 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

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners