roSGNode:ContentNode - Print Change Parameter Array Contents

Given:

<Component: roSGNode:ContentNode> =
{
change: <Component: roAssociativeArray>
focusable: false
focusedChild: <Component: roInvalid>
id: “”
}

What’s the easy way to echo the change: <Component: roAssociativeArray> contents to console for debugging?

Using Roku Eclipse plugin do:

print ContentNode.change

Not using Eclipse, via the command line I tried:

? m.postergrid.content.change

that returns:

<Component: roAssociativeArray> =
{
Index1: 0
Index2: 0
Operation: “none”
}

which of course is completely unhelpful.