firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

TypeError: href is null in async backend call #413

Closed mohitadwani closed 8 years ago

mohitadwani commented 8 years ago

I am using AngularJS as my javascript library. Whenever an error occurs inside the response function of $http.post or $http.get, firebug shows following error only: TypeError: href is null chrome://firebug/content/debugger/stack/stackFrame.js Line 357

Which is pretty vague and I have no way of finding at exactly which line there is a problem. Meanwhile the native console of the firefox browser pinpoints the exact error on exact line.

Please rectify this.