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).
After playing around with
.getDebugInfo()a bit, I'd like to see a few changes:.getDebugInfo()whereEmber.run.backburner.DEBUGis not set. Perhaps even returning the data that we do have (which is essentially everything except the stacks).executeAtinfo).