Insp:
Filter:
ServerTools/Classes (extension) | Debugging | Language

Insp
ExtensionExtension

a simple wrapper object that holds an ObjectInsp in the .insp system

Description

Insp itself is a simple wrapper object that holds an ObjectInsp which is what shows the actual detail.

It is created by calling .insp on an object:

This adds it to the global InspManager which is the application that manages many Insp.

See Guides/insp for a general user manual.

See Classes/ObjectInsp for the internals of the object inspection view.

Class Methods

.new

Arguments:

subject

the object being Insp(ected)

notes

notes can be captions, comments or objects that are useful to identify why and when you inspected the object. Especially useful if calling during fast loops.

guiInstead

boolean: rather than create an ObjectInsp, just .gui the object