Cool! :) Just be careful: if youâre using a large model the stack can blow up your image with a low space warning / make it inresponsive (because the stack referenes your model and boom, pretty much all of your instances will becom serialized). FYI weâre actively working on pruning of the serialization graph to solve this. Max On 26.02.2014, at 14:01, Norbert Hartl <norbert@hartl.name> wrote:
The best smalltalk/pharo moments you get if you try things you want to have just in order to see they are already there.
Today FileBrowser. I switched one of my servers to dump to stack with fuel to disk if an exception occurs. Today I copied the files from the server to my local machine and opened a workspace starting to write an expression to open them. Then I thought it would be cool if I could use the file browser for it. So I opened it and navigated to the directory with the fuel filesâ¦et voilà â¦as soon as I clicked on a fuel file a button âmaterializeâ appeared which showed the stack from the server right away.
Just brilliant! Well done!
Norbert