DebugView.st
changeset 17822 37f9011c8496
parent 17821 758353b9080d
child 17834 502804e4188b
--- a/DebugView.st	Thu Nov 30 12:59:24 2017 +0100
+++ b/DebugView.st	Thu Nov 30 13:23:15 2017 +0100
@@ -5417,6 +5417,9 @@
             ( #( #'doesNotUnderstand:' ) includes:nextCon selector) ifTrue:[
                 nextCon := nextCon sender sender.
             ].
+            ( #( #'subclassResponsibility' ) includes:nextCon selector) ifTrue:[
+                nextCon := nextCon sender.
+            ].
             self selectContext:nextCon.
             ^ self.
         ]
@@ -5426,6 +5429,7 @@
     "/ gotoRaisingMethodButton disable.
 
     "Created: / 30-11-2017 / 12:18:36 / cg"
+    "Modified: / 30-11-2017 / 13:20:29 / cg"
 !
 
 doInspectProcess