2) Added support for Pharo 6 (32 bits only for now). Pharo 6 is particularly slow in read-only environments, so... now environment is writable. All changes are written to memory and reset on restart. Kind of works, Pharo 6 images are starting in 1-2 seconds (after initial load which may take for like 10 seconds). I migrated all my apps to the Pharo 6 and seems to work fine now.
We should really fix that⦠do you know if there is already an issue tracker entry?
4) As result now you can remotely connect, debug and control Images running at PharoCloud using PharmIDE: http://docs.swarm.pharocloud.com/article/remote_debug This is so awesome! Thank you to Denis for his great work on PharmIDE: http://dionisiydk.blogspot.com/2017/01/pharmide-pharo-remote-ide-to-develop.... Please try it and tell me if it works for you.
Nice! Marcus