2017-05-09 17:22 GMT+02:00 Steven Costiou <steven.costiou@kloum.io>:
I evaluated "1/0" in a playground in the remote image

I found the issue. Debugging remote UI process is not supported well. When you close debugger remote UI process is terminated which makes remote image unresponsive.
But it is not completely��frozen. You can spawn new UI process remotely:
remotePharo evaluate: [ UIManager default spawnNewProcess ��].��
Or from remote playground just evaluate it directly:
UIManager default spawnNewProcess��

I will think how to support it properly.��
I wondering do you just play or you have real requirements for this scenario? (I not thought it is important)

Best regards,
Denis