Warning: WIP
Devtools extension for developing with Twitter's Flight framework. Currently works with standalone Flight or unbuilt AMD Flight (where require
is still exposed in the page), preferably in debug mode.
If you don't have debug mode on, you can use a patched version of Flight.
You will also need the #enable-javascript-harmony flag on in Chrome.
- Clone the repository:
git clone git://github.com/flightjs/flight-inspector
- Navigate to
chrome://chrome/extensions/
and enable Developer Mode. - Choose "Load unpacked extension"
- Open the directory you just cloned (should open with Chrome, otherwise try dragging/dropping the file into Chrome) and follow the prompts to install.
- Show which components are attached to which elements via sidebar
- Show when events are firing (visualisation)
- Allow captured events to be inspected
- Isolate detatched components to help debug memory leaks
- Group synchronous events
- Dependency graphs and mixin use visualisation
- Performance inspection
- Highlight all instances of a component
Copyright 2013 Twitter, Inc and other contributors.
Licensed under the MIT License