[Pkg] The Trunk: Tools-fbs.469.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jun 3 09:29:23 UTC 2013


Frank Shearar uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-fbs.469.mcz

==================== Summary ====================

Name: Tools-fbs.469
Author: fbs
Time: 3 June 2013, 10:28:05.773 am
UUID: 5c90e30d-176a-4134-9698-7141779db609
Ancestors: Tools-fbs.468

Object #chasePointers, #explorePointers are how you open up a PointerFinder, so belong in Tools.

=============== Diff against Tools-fbs.468 ===============

Item was added:
+ ----- Method: Object>>chasePointers (in category '*Tools-Debugger') -----
+ chasePointers
+ 	PointerFinder on: self!

Item was added:
+ ----- Method: Object>>explorePointers (in category '*Tools-Debugger') -----
+ explorePointers
+ 	PointerExplorer new openExplorerFor: self!



More information about the Packages mailing list