#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Thu, 03 Nov 2016 18:35:16 +0100
changeset 20752 bdae5ec126ee
parent 20751 e46f74b65b46
child 20753 eae3585244d1
#FEATURE by cg class: ProcessorScheduler changed: #checkForEndOfDispatch
ProcessorScheduler.st
--- a/ProcessorScheduler.st	Thu Nov 03 18:32:45 2016 +0100
+++ b/ProcessorScheduler.st	Thu Nov 03 18:35:16 2016 +0100
@@ -3338,8 +3338,8 @@
         self anyUserProcessAtAll ifFalse:[
             'Processor [info]: end of dispatch' infoPrintCR.
             dispatching := false.
-            MiniInspector basicNew printInstVarsOf:self.
-            MiniDebugger enter:thisContext withMessage:'about to exit' mayProceed:true.
+            "/ MiniInspector basicNew printInstVarsOf:self.
+            "/ MiniDebugger enter:thisContext withMessage:'about to exit' mayProceed:true.
         ].
         
         wasBlocked ifFalse:[OperatingSystem unblockInterrupts].