The Inbox: System-cmm.756.mcz

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

The Inbox: System-cmm.756.mcz

commits-2
A new version of System was added to project The Inbox:
http://source.squeak.org/inbox/System-cmm.756.mcz

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

Name: System-cmm.756
Author: cmm
Time: 5 August 2015, 8:08:16.737 pm
UUID: db631a26-1d20-4e39-966b-cb9b59755b7f
Ancestors: System-cmm.755

CompiledMethod>>#hasBreakpoint was moved back to Kernel.

=============== Diff against System-cmm.755 ===============

Item was removed:
- ----- Method: CompiledMethod>>hasBreakpoint (in category '*System-Tools-debugger support-override') -----
- hasBreakpoint
- ^BreakpointManager methodHasBreakpoint: self!