You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After playing around with .getDebugInfo() a bit, I'd like to see a few changes:
Better output when calling .getDebugInfo() where Ember.run.backburner.DEBUG is not set. Perhaps even returning the data that we do have (which is essentially everything except the stacks).
When the scheduled timers are scheduled to fire (essentially executeAt info).
Better output when calling .getDebugInfo() where Ember.run.backburner.DEBUG is not set
(and thought about this when I was implementing) because would one expect to get debug info when not in DEBUG mode? If we go that route, we may want to think about different naming for this.
After playing around with
.getDebugInfo()
a bit, I'd like to see a few changes:.getDebugInfo()
whereEmber.run.backburner.DEBUG
is not set. Perhaps even returning the data that we do have (which is essentially everything except the stacks).executeAt
info).The text was updated successfully, but these errors were encountered: