[Newbies] self halt will hang the Squeak UI

2007-07-10 Thread 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 -- View this message in context:

Re: [Newbies] self halt will hang the Squeak UI

2007-07-10 Thread cdrick
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