Guess we need a World doOneCycle somewhere.

That's how I get my things to the Transcript in long loops.

Or use VTermOutputDriver which logs to the console.

Phil

On Fri, May 8, 2015 at 11:34 AM, stepharo <stepharo@free.fr> wrote:
Hi guys

the Transcript in Pharo is that it's not asynchronous so I can't use it in VM development to show the current progress of the simulation. For example:
1 to: 100 do: [ :i |
�� �� 0.1 seconds asDelay wait.
�� �� Transcript show: 'x'. ]
=> on Squeak, this shows a x every 0.1 second in the Transcript
=> on Pharo, nothing happens during 10 seconds then all the x are shown.

https://pharo.fogbugz.com/default.asp?15515




��