[squeak-dev] [Please Review] Debugger Fixes

Marcel Taeumel marcel.taeumel at hpi.de
Mon Sep 16 15:41:30 UTC 2019


- makes debugging in MVC work again
- adds MorphicDebugger and MVCDebugger as subclasses of Debugger to untangle those things
- removes the intermediate role of UIManager for debugging purposes -- focus on Project+ToolSet
- deprecates Object >> #notifyWithLabel: -- use Object >> #notify:
- replaces some sends to ToolSet >> #openContext:label:contents:, which is just convenience to avoid "Processor activeProcess" ... which reduces readability of the code... :-) Usually Warning class >> #signal: will do the trick.


Best,
Marcel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190916/8c2c5499/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 105677 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190916/8c2c5499/attachment-0001.png>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: debugger.2.cs
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190916/8c2c5499/attachment-0001.ksh>


More information about the Squeak-dev mailing list