DebugView.st
changeset 6464 ad9a50d6097e
parent 6430 7673388c3254
child 6487 ad82a074feae
--- a/DebugView.st	Mon Jan 09 09:52:40 2006 +0100
+++ b/DebugView.st	Mon Jan 09 09:57:35 2006 +0100
@@ -2399,7 +2399,7 @@
              to run between mine and the debugged processes prio)
             "
             Processor activeProcess 
-                priority:((inspectedProcess priority + 2 min:16) max:9).
+                priority:(((inspectedProcess priority + 2) min:(Processor highIOPriority)) max:(Processor userSchedulingPriority+1)).
         ]
     ].
 
@@ -5870,7 +5870,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.387 2005-11-29 19:24:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.388 2006-01-09 08:57:35 cg Exp $'
 ! !
 
 DebugView initialize!