Sunday, July 15, 2012

AngularJS: Batarang Debugging Tool

Recently, a debugging tool call Batarang was released for AngularJS. It runs as a Google Chrome extension.

Here's a blog about it:
http://blog.angularjs.org/2012/07/introducing-angularjs-batarang.html

Installation instructions:
https://github.com/angular/angularjs-batarang/blob/master/README.md

Things to note:
  1. It doesn't run on the stock Google Chrome. It runs on the "Canary" version which has experimental features for early adopters. You'll have to download, install, and run it as a separate program.
  2. Installing the extension the usual way won't work due to security restrictions. You'll have to drag the "crx" file into the extensions page (i.e. chrome://chrome/extensions/).

No comments:

Post a Comment