From a0c438c5619519ce68534ced55e478d09ee73b19 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 12 Apr 2020 13:17:47 -0400 Subject: [PATCH] Expand variables after an outline view item expands. Deeper properties are loaded on-demand, so the expansion of a parent node could reveal previously-expanded properties that need to also be expanded. --- Source/DebuggerController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/DebuggerController.m b/Source/DebuggerController.m index e0c1178..ab13ce9 100644 --- a/Source/DebuggerController.m +++ b/Source/DebuggerController.m @@ -290,6 +290,7 @@ [_connection loadVariableNode:[node representedObject] forStackFrame:[[_stackArrayController selectedObjects] lastObject]]; + [self expandVariables]; } /** -- 2.22.5