#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 09 Dec 2016 12:13:25 +0100
changeset 17156 e83700f581f1
parent 17155 7f4e22f945d2
child 17157 bf9addfe2aa2
#REFACTORING by cg class: DebugView added: #isDebugView
DebugView.st
--- a/DebugView.st	Fri Dec 09 04:38:21 2016 +0000
+++ b/DebugView.st	Fri Dec 09 12:13:25 2016 +0100
@@ -8490,6 +8490,12 @@
     and:[ methodCodeToggleSelectionHolder value = 2 ]
 ! !
 
+!DebugView methodsFor:'testing'!
+
+isDebugView
+    ^ true
+! !
+
 !DebugView methodsFor:'user interaction'!
 
 checkIfCodeIsReallyModified