Raise debugger to the very top when entering
authorStefan Vogel <sv@exept.de>
Mon, 09 Jun 2008 15:36:30 +0200
changeset 8193 9a4febdd8202
parent 8192 26660fb61e7a
child 8194 051110bdd147
Raise debugger to the very top when entering
DebugView.st
--- a/DebugView.st	Mon Jun 09 14:12:01 2008 +0200
+++ b/DebugView.st	Mon Jun 09 15:36:30 2008 +0200
@@ -1244,6 +1244,7 @@
     ] ifTrue:[
         self realize.
     ].
+    self setForegroundWindow.
 
     exclusive ifTrue:[
         self showError:'
@@ -6342,7 +6343,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.439 2008-06-05 11:36:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.440 2008-06-09 13:36:30 stefan Exp $'
 ! !
 
 DebugView initialize!