0.2.0 • Published 7 years ago

ember-chrome-devtools v0.2.0

Weekly downloads
3,056
License
MIT
Repository
github
Last release
7 years ago

ember-chrome-devtools

npm version build status

This addon formats Ember objects so that you can see their type and internal state at a glance. No more typing .get() into your console!

Installation

  1. Install the addon:

    ember install ember-chrome-devtools

    (it will not affect your production build)

  2. Enable custom formatters in DevTools Settings:

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

Debugging the debugger

It can be helpful to inspect the html created by the formatters. Fortunately you can debug DevTools using a second DevTools instance.

  1. Hit Cmd-Alt-I to open DevTools
  2. Split DevTools in its own window using the first "Dock side" option:

  3. With DevTools focused, hit Cmd-Alt-I to open a second DevTools

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago