Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-chrome-devtools

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-chrome-devtools

Chrome DevTools addon for Ember.js

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.8K
decreased by-59.65%
Maintainers
1
Weekly downloads
 
Created
Source

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!

x

Installation

  1. Install the addon:

    ember install ember-chrome-devtools
    

    (it will not affect your production build)

  2. Enable custom formatters in DevTools Settings:

Enable custom formatters

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:

    screen shot 2017-06-30 at 4 30 50 pm
  3. With DevTools focused, hit Cmd-Alt-I to open a second DevTools

Keywords

FAQs

Package last updated on 21 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc