Difference between revisions of "Events Tab"

From Lianjapedia
Jump to: navigation, search
(Created page with "''Under Construction'' ==Overview== ==See Also== Category:App Inspector")
 
Line 1: Line 1:
 
''Under Construction''
 
''Under Construction''
  
==Overview==
+
==The App Inspector==
 +
The App Inspector is your best friend during development as it provides a complete overview of your App.
 +
 
 +
It is organized into Tabs. Each Tab is relevant to a particular workspace. You can double click a Tab to detach it into its own floating window.
 +
 
 +
Clicking the small icon on the far right of the App Inspector title bar will detach it into its own floating window.
 +
 
 +
Double clicking the window title bar when it is floating will attach it back into place.
 +
 
 +
[[{{ns:file}}:app_inspector_intro.png|800px|left|link={{filepath:app_inspector_intro.png}}|App Inspector]]
 +
<br clear=all>
 +
 
 +
==The Events Tab==
 +
The Events Tab contains event tracing for runtime code. Double click to detach if you want to see how events are fired and handled in your code in runtime mode. Execution time for each event is also displayed making this an invaluable tool for performance tuning in your App.
  
 
==See Also==
 
==See Also==
  
 
[[Category:App Inspector]]
 
[[Category:App Inspector]]

Revision as of 13:26, 15 December 2017

Under Construction

The App Inspector

The App Inspector is your best friend during development as it provides a complete overview of your App.

It is organized into Tabs. Each Tab is relevant to a particular workspace. You can double click a Tab to detach it into its own floating window.

Clicking the small icon on the far right of the App Inspector title bar will detach it into its own floating window.

Double clicking the window title bar when it is floating will attach it back into place.

App Inspector


The Events Tab

The Events Tab contains event tracing for runtime code. Double click to detach if you want to see how events are fired and handled in your code in runtime mode. Execution time for each event is also displayed making this an invaluable tool for performance tuning in your App.

See Also