initial checkin
authorStefan Vogel <sv@exept.de>
Thu, 18 Oct 2012 15:31:55 +0200
changeset 14389 f3f0359eddd1
parent 14388 44305237837b
child 14390 19f86d68ea7b
initial checkin
IsDebuggingQuery.st
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/IsDebuggingQuery.st	Thu Oct 18 15:31:55 2012 +0200
@@ -0,0 +1,25 @@
+"{ Package: 'stx:libbasic' }"
+
+Query subclass:#IsDebuggingQuery
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Debugger'
+!
+
+
+!IsDebuggingQuery methodsFor:'default values'!
+
+defaultResumeValue
+    ^ false
+! !
+
+!IsDebuggingQuery class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/IsDebuggingQuery.st,v 1.1 2012-10-18 13:31:55 stefan Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/IsDebuggingQuery.st,v 1.1 2012-10-18 13:31:55 stefan Exp $'
+! !