DebugView.st
changeset 3033 ec63b4f1c725
parent 3030 5adb33d5111d
child 3034 fad21a9a02bd
--- a/DebugView.st	Fri Jun 22 10:50:26 2001 +0200
+++ b/DebugView.st	Fri Jun 22 15:16:31 2001 +0200
@@ -1603,7 +1603,7 @@
              to run between mine and the debugged processes prio)
             "
             Processor activeProcess 
-                priority:(inspectedProcess priority + 2 min:16).
+                priority:((inspectedProcess priority + 2 min:16) max:9).
         ]
     ]
 
@@ -4365,6 +4365,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.270 2001-06-21 17:28:54 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.271 2001-06-22 13:16:31 cg Exp $'
 ! !
 DebugView initialize!