[Please Review] Debugger Fixes

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

[Please Review] Debugger Fixes

marcel.taeumel
- 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



debugger.2.cs (71K) Download Attachment