Mondrian visualization of a Tweak ScriptEventTracer

Jens Lincke jens at impara.de
Fri Nov 17 10:52:49 UTC 2006


Hi,

For debugging Script Events I made a visualization of a 
ScriptEventTracer using the Squeak port of Mondrian.

A visualization of a selectionChanged event in a SophieBookModel looks 
like this:

http://impara.de/~jens/EventTracer_SelectionChanged.png


I made a Tweak interface for this:

to open a Tracer for anObject do the following in Tweak.

	anObject openEventTracerOn: #anEventSelector

Then a widow opens, which shows you the number of the traced events.
Press stop to stop tracing and to open the mondrian visualization.

The Monticello package is Tweak-MondrianEventTracer
at http://source.impara.de/TweakUtilities


Thanks to the creators of Mondrian, it is a really cool tool :-)


- Jens Lincke -



More information about the Squeak-dev mailing list