Explorer/inspector/debugger hack for dynamic variables?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Explorer/inspector/debugger hack for dynamic variables?

cdavidshaffer
I use dynamic variables (WADynamicVariable class>>use:during:) sparingly
in my applications but inevitably references to them creep into my
"database code."  This makes the Squeak tools a lot less useful.  Does
anyone have some useful hacks to make these variables available in the
tools?  I thought about just storing them in globals but that's not
enough since frequently I want to evaluate code which indirectly uses
the dynamic var (the rough equivalent of "self session" shows up in
several places in my system).  What I really want is any dynamic
bindings which exist in the stack at the time the tool was sent #open...
to be available in the code pane of the tool.

David

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside