I added a startUp-Method to one of my classes that immediatelly quits my image. Is there a way to prevent Pharo from executing that method so that I can fix it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
No, this is an issue of ongoing discussion. See this post on the Pharo mailing list. Your only way to recover the image is to hack the VM, which I describe here. If you go that route, use the stack VM instead of the JIT (the same thread explains why further down). |
|||
|
|