On Thu, Dec 19, 2019 at 09:57:43PM +0100, Trygve Reenskaug wrote:
Such a tool has existed for a long time, it's called /Squeak Reverse Engineering /(/SRE/). It's very useful for exploring execution stacks, objects, and object structures. It goes across different kinds of objects. It only works in Squeak 3.10.2. User manual at http://folk.uio.no/trygver/themes/SRE/BabySRE.pdf Latest version of the SRE programs in this image http://dx.doi.org/10.17632/5xxgzv7fsp.1
I just downloaded this image from http://dx.doi.org/10.17632/5xxgzv7fsp.1 and it is working fine on my Linux laptop. It does require a suitable VM (I compile my own). Very interesting stuff, thanks. Dave
Examples. (Top line/[OOP]object name if any/. Bottom line /://Object's clas//s name/).
The new object inspector with state and behavior.
The new /Transcript //show:xx/ with the stack.