Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.699.mcz==================== Summary ====================
Name: Tools-mt.699
Author: mt
Time: 9 May 2016, 10:36:32.952377 am
UUID: 02e95a99-17e0-9e42-8091-237d1f56e447
Ancestors: Tools-mt.698
Return the result of debug-it requests for further processing.
=============== Diff against Tools-mt.698 ===============
Item was changed:
----- Method: StandardToolSet class>>debugMethod:forReceiver:inContext: (in category 'debugging') -----
debugMethod: aCompiledMethod forReceiver: anObject inContext: aContext
+ ^ Project current debugMethod: aCompiledMethod forReceiver: anObject inContext: aContext!
- Project current debugMethod: aCompiledMethod forReceiver: anObject inContext: aContext.
- !