A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.1614.mcz==================== Summary ====================
Name: Morphic-ct.1614
Author: ct
Time: 30 December 2019, 5:39:53.404602 pm
UUID: 4d209d83-5470-b74d-89c8-5d0cd606c8f4
Ancestors: Morphic-mt.1612
Revise #debugInvocation again and turn off modal exclusivity. Unless the debugger is opened in hand, it cannot be focused.
=============== Diff against Morphic-mt.1612 ===============
Item was changed:
----- Method: DialogWindow>>debugInvocation (in category 'running') -----
debugInvocation
+ self exclusive: false.
Processor activeProcess
debug: self findInvocationContext
title: 'Dialog invocation'!