How to debug AngularJS in Chrome Browser [closed]

早过忘川 提交于 2019-12-04 08:59:07

问题


I am working on AngularJS. I want to debug the code in the chrome.

In firefox i am able to debug it with the help of firebug.

Any Idea..? Thanks


回答1:


For Debug AngularJS in chrome you can use AngularJS Batarang.

Here is the Link for description and Demo:

Introduction of Angular JS Batarang

Download chrome plugin from here: chrome plugin for debug AngularJS




回答2:


What about Chrome Developer Tools? In Chrome you don't need any extension..

See https://developers.google.com/chrome-developer-tools/ for reference.

There also exists a special Extension for debugging AngularJS: https://chrome.google.com/webstore/detail/angularjs-batarang/ighdmehidhipcmcojjgiloacoafjmpfk



来源:https://stackoverflow.com/questions/22320746/how-to-debug-angularjs-in-chrome-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!