<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi Christoph.<div><br></div><div>-1 See comment for Morphic-ct.1590</div><div><br></div><div>Such additional hooks make custom tool sets more expensive to create and maintain. There is little added value.</div><div><br></div><div>Debugging code means debugging processes. Just create a process with your code (via a block) and call #debug on that process object.</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 15.11.2019 19:47:12 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of System was added to project The Inbox:<br>http://source.squeak.org/inbox/System-ct.1121.mcz<br><br>==================== Summary ====================<br><br>Name: System-ct.1121<br>Author: ct<br>Time: 15 November 2019, 7:46:50.580005 pm<br>UUID: 3a1b265a-b900-0f4f-b58f-2ec712db18ca<br>Ancestors: System-mt.1119<br><br>Add convenience method for debugging a block at a method.<br><br>=============== Diff against System-mt.1119 ===============<br><br>Item was added:<br>+ ----- Method: ToolSet class>>debugBlock:runUntilMethod:withTitle: (in category 'debugging') -----<br>+ debugBlock: aBlock runUntilMethod: aMethodReference withTitle: aString<br>+ <br>+  | process |<br>+  process := Process forBlock: aBlock runUntil: [:context |<br>+            context method methodReference = aMethodReference].<br>+  process isTerminated ifTrue: [<br>+               ^ self inform: 'Method to debug was not reached'].<br>+   ^ process debugWithTitle: aString!<br><br><br></div></blockquote>
                                        </div></body>