#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Tue, 21 Apr 2020 13:46:14 +0200
changeset 19579 858bdbe04f43
parent 19578 088c98423554
child 19580 ce40b5d1e941
#FEATURE by cg class: DebugView class added: #debuggedMethodHistory
DebugView.st
--- a/DebugView.st	Tue Apr 21 13:26:33 2020 +0200
+++ b/DebugView.st	Tue Apr 21 13:46:14 2020 +0200
@@ -2269,6 +2269,12 @@
 
 !DebugView class methodsFor:'utilities'!
 
+debuggedMethodHistory
+    ^ DebuggedMethodHistory ? #()
+
+    "Created: / 21-04-2020 / 13:46:00 / cg"
+!
+
 withOptionToIgnoreException:exceptionOrHandlerSet do:aBlock
     "execute aBlock; 
      if any from exceptionOrHandlerSet is raised during the execution,