Expand variables after an outline view item expands.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 12 Apr 2020 17:17:47 +0000 (13:17 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 12 Apr 2020 17:17:47 +0000 (13:17 -0400)
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

index e0c11786ef4d5433d8206b953dd9f4c88db4f6fb..ab13ce9fab2c2f6abf6b6e88a6df1704c0b9355f 100644 (file)
 
   [_connection loadVariableNode:[node representedObject]
                  forStackFrame:[[_stackArrayController selectedObjects] lastObject]];
+  [self expandVariables];
 }
 
 /**