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, 4:46:49.93 pm
UUID: 5ec8c2f7-f93d-4162-81dc-306f5961725a
Ancestors: System-cmm.755
Move CompiledMethod>>#hasBreakpoint back to Kernel where it belongs.
=============== Diff against System-cmm.755 ===============
Item was removed:
- ----- Method: CompiledMethod>>hasBreakpoint (in category '*System-Tools-debugger support-override') -----
- hasBreakpoint
- ^BreakpointManager methodHasBreakpoint: self!