Very often, you need to inspect an application or a window which you see on the screen.
There are many ways to get to the object or the code of something you see on the screen:
- via the window-tree
The window tree is opened via the Launcher's
"Window" - "Window Hierarchy" menu item.
- via point-and-inspect
In the same menu, you find the "Inspect Window" item, which lets you click on
a window and opens an inspector on it.
- via name-and-inspect
Found in the same menu, this presents a list of window-labels, to open an inspector based on the selected name.
- via the flyBy window information
Probably the nicest way to get to the info is via the "FlyBy Window Information" function.
This first brings you into the "info mode", which is left by pressing the ESC-key.
In info-mode, some information about a view is shown, as you move the mouse over it.
Pressing one of the keys in "votam" opens an inspector on the view, the model, the topView,
the application or the master-application respectively.
- via the process monitor
In the processes-monitor, first select a process instance, then the menu function
"Debug" - "Inspect Application"
or
"Debug" - "Browse Application"