BreakpointDescription.st
changeset 3392 8ce7c295de8c
parent 3197 fe2be038af11
child 3478 10e2a710037f
--- a/BreakpointDescription.st	Fri Feb 28 15:17:02 2014 +0100
+++ b/BreakpointDescription.st	Fri Feb 28 15:23:17 2014 +0100
@@ -132,7 +132,7 @@
 
     "Bad coding here, state should be full object"
 
-    ^state == #enabled
+    ^ state == #enabled or:[ state == #tracing ]
 
     "Created: / 28-06-2011 / 08:27:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
@@ -146,10 +146,10 @@
 !BreakpointDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointDescription.st,v 1.9 2013-06-20 17:00:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointDescription.st,v 1.10 2014-02-28 14:23:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointDescription.st,v 1.9 2013-06-20 17:00:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/BreakpointDescription.st,v 1.10 2014-02-28 14:23:17 cg Exp $'
 ! !