Debug application

Debug application — Inspect the state of the application

Description

Displays a debugger dialog for application introspection.

The dialog can stay open while continueing to work with the application. It is also allowed to open multiple such dialogs.

The display consists of a tree structure with the application instance as the root element. From there on it is possible to view all reachable objects. Objects once displayed will not be refreshed however. An update is only possible with a new dialog, in which the same position in the object hierarchy will be selected.

The column 'Value' displays the result of the method 'toString()'. Double clicking it shows the same value in a dialog which tries to display it as XML text.