DavidBruant / usefulStackTrace

Firefox addon
http://davidbruant.github.io/usefulStackTrace/
MIT License
5 stars 1 forks source link

No stack trace in console #4

Open programmin1 opened 11 years ago

programmin1 commented 11 years ago

I'm not seeing the stack trace in DevTools console. I checked out master branch, running this on Firefox 23 beta, and I enabled the stack option.

programmin1 commented 10 years ago

Just curious, has any progress been made on this, what version is the current usefulStackTrace tested to work on?

DavidBruant commented 10 years ago

It was working around Firefox 25/27, but it looks like there is an error thrown by the addon in the console in some circumstances in Firefox Aurora 29. I need to address it.

DavidBruant commented 10 years ago

In my simple semi-automated test cases, I can't reproduce the error, so I'd say the addon works fine in Aurora 29. I'll file a different issue. Tell me if you keep not seeing anything.

DavidBruant commented 10 years ago

Are you still seeing nothing?

DavidBruant commented 10 years ago

The stack trace shows only if the console is already open. That is if you do the following :

  1. open a tab throwing
  2. open the console

You'll see the error but no stack trace. If you refresh (with the console open), you'll see the stack trace.

I probably should document this better.