DebugView.st
changeset 19579 858bdbe04f43
parent 19578 088c98423554
--- 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,