Tools__CodeViewService.st
changeset 12900 5a645e7b5961
parent 12861 3106975dc3e1
child 12993 2c8d85c82743
child 13173 e9da2324940d
--- a/Tools__CodeViewService.st	Fri Jun 14 13:18:44 2013 +0200
+++ b/Tools__CodeViewService.st	Fri Jun 14 13:49:52 2013 +0200
@@ -384,6 +384,10 @@
 
 !CodeViewService methodsFor:'testing'!
 
+isBreakpointService
+    ^ false
+!
+
 isEnabled
 
     ^enabled == true
@@ -394,10 +398,10 @@
 !CodeViewService class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.9 2013-06-06 12:03:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.10 2013-06-14 11:49:52 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeViewService.st,v 1.9 2013-06-06 12:03:57 cg Exp $'
+    ^ '$Id: Tools__CodeViewService.st,v 1.10 2013-06-14 11:49:52 cg Exp $'
 ! !