BreakpointDescription.st
branchjv
changeset 4007 95308b6e887e
parent 3841 a22f33410bdf
parent 4001 c59cafbd9d60
child 4723 524785227024
--- a/BreakpointDescription.st	Sun Oct 02 06:59:15 2016 +0200
+++ b/BreakpointDescription.st	Sun Oct 09 22:38:00 2016 +0100
@@ -159,6 +159,10 @@
     "Created: / 28-06-2011 / 08:27:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+isTracepoint
+    ^ condition isNil and:[state == #tracing]
+!
+
 isVisible
     "Bad coding here, state should be full object"