The following is a list of property pages supported in the browser. Some of these pages can also be seen in the project window.
The breakpoints specified for a project.
The slot names and values of a run-time instance.
The names of the Dylan language definitions created by a module, library or project.
The DLLs currently loaded while debugging. You can sort them by version or by file location.
The keys and elements of a collection instance.
The properties of the object (name, type, location).
The hierarchy of a DUIM sheet, layout or frame.
The initialization keywords for a class.
The list of libraries in the project.
The object's memory in the application, shown in bytes. (This property page does not appear in the Personal Edition.)
The methods of a generic function, or the methods specializing on a class. You can show either methods defined directly on the class or all methods applicable to the class.
The names defined in a module or library. Includes details of from where a name was imported, and whether a name is exported. You can filter to show local names only (that is, names created by the module or library rather than imported from elsewhere), exported names only (which can be both local and imported), or all names (local and imported).
The slots of a class.
The source code for a source form, with breakpoints shown.
The source files contained in a project, and their contents.
The subclass hierarchy of a class.
The superclass hierarchy of a class.
The threads in an application, with priorities, status, and other properties.
The used and client definitions for a source form.
The run-time values of constants and variables.
The compiler warnings associated with a source form.