Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.691.mcz==================== Summary ====================
Name: Tools-mt.691
Author: mt
Time: 17 April 2016, 7:49:07.078544 pm
UUID: 03f9910d-38a2-5a46-bd59-340958701e6c
Ancestors: Tools-mt.690
Adds hook for "debug it" to tool set.
=============== Diff against Tools-mt.690 ===============
Item was added:
+ ----- Method: StandardToolSet class>>debugMethod:forReceiver:inContext: (in category 'debugging') -----
+ debugMethod: aCompiledMethod forReceiver: anObject inContext: aContext
+
+ Project current debugMethod: aCompiledMethod forReceiver: anObject inContext: aContext.
+ !