"Introspect on last callFrame"
|o|
o := U8Debugee current callFrames last scopes second object.
o propertiesDo: [:array| self print: 'properties=',array asLiteral.
array do: [:each|
self print: JS @> each handle.
self print: each value
] ] owned: true.