theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Improved display of values #23

Closed theodore-norvell closed 6 years ago

theodore-norvell commented 7 years ago

During execution values should be shown in a structured way.

In particular objects need to be shown as a list of fields.

theodore-norvell commented 7 years ago

However we have to worry about circular references in objects, since that can make an infinite tree. One way to solve this is to display objects in one of two ways, expanded and unexpanded. Expanding an unexpanded view will build the HTML for the next level down.

theodore-norvell commented 6 years ago

This is out of date.