# Screencast: Debugging an Ember.js Application

DevFeed: [Screencast: Debugging an Ember.js Application](<https://devfeed.tech/articles/screencast-debugging-an-ember-js-application-40631.md>)

Original publisher: [Read original article](<https://eviltrout.com/blog/2014-08-16-debugging-ember-js/>)

Published: 2014-08-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [Robin Ward](<https://devfeed.tech/sources/robin-ward.md>)

Topics: [Ember](<https://devfeed.tech/topics/ember.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [Developer Tools](<https://devfeed.tech/topics/developer-tools.md>)

Tags: [application](<https://devfeed.tech/tags/application.md>), [bug](<https://devfeed.tech/tags/bug.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [code](<https://devfeed.tech/tags/code.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [ember](<https://devfeed.tech/tags/ember.md>), [github](<https://devfeed.tech/tags/github.md>)

## AI overview

A short screencast demonstrates debugging techniques for Ember.js applications using Chrome Developer Tools and the Ember Inspector. It also links to the source code for a Bug Tracker project on GitHub.

## Source excerpt

I've found that a lot of people don't know how powerful the Chrome Developer Tools are, especially when paired with the Ember Inspector. I recorded this short screencast to show a handful of tricks you can use when debugging Ember.js applications: The source code to the Bug Tracker project is on github.