GDBStoppedEvent.st
changeset 242 ab6978ab27f5
parent 223 5ba4abfcb7e7
child 259 651864c2aa29
--- a/GDBStoppedEvent.st	Thu Oct 14 00:21:40 2021 +0200
+++ b/GDBStoppedEvent.st	Mon Nov 15 16:16:04 2021 +0000
@@ -134,6 +134,14 @@
     "Created: / 10-03-2021 / 14:21:11 / Jan Vrany <jan.vrany@labware.com>"
 ! !
 
+!GDBStoppedEvent methodsFor:'testing'!
+
+isStopEvent
+    ^ true
+
+    "Created: / 10-09-2021 / 13:56:16 / Jan Vrany <jan.vrany@labware.com>"
+! !
+
 !GDBStoppedEvent class methodsFor:'documentation'!
 
 version_HG