Tools__BreakpointService.st
changeset 15045 fb673fb38d77
parent 14971 a33058120f3d
child 15303 a5083c63035a
--- a/Tools__BreakpointService.st	Wed Dec 17 20:20:46 2014 +0100
+++ b/Tools__BreakpointService.st	Wed Dec 17 20:53:36 2014 +0100
@@ -221,7 +221,7 @@
         (app respondsTo: #showInfo:) ifTrue:[
             app showInfo: 'Cannot set breakpoint here, try another line...'.
         ].
-        codeView flash.
+        "/ codeView flash.
     ] ifFalse:[
         gutterView redrawLine:line.
     ].
@@ -702,14 +702,14 @@
 !BreakpointService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.57 2014-12-03 10:24:50 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.58 2014-12-17 19:53:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.57 2014-12-03 10:24:50 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.58 2014-12-17 19:53:36 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__BreakpointService.st,v 1.57 2014-12-03 10:24:50 vrany Exp $'
+    ^ '$Id: Tools__BreakpointService.st,v 1.58 2014-12-17 19:53:36 cg Exp $'
 ! !