Move the generation of recursive value descriptions into VariableNode.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 12 Apr 2020 21:22:46 +0000 (17:22 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 12 Apr 2020 21:22:46 +0000 (17:22 -0400)
commited323576273c1688bcd1cd62657adc8ea459fc57
treedf81da66e00f4d899a9f43be0ca2e1a3549da6be
parent2936e5eeaec5464a28096a57ca125379006e2194
Move the generation of recursive value descriptions into VariableNode.

Moving it out of NSXMLElementAdditions means that it's possible to
detect when all of a node's children are not loaded.
Source/DebuggerController.m
Source/NSXMLElementAdditions.m
Source/VariableNode.m