window.setTimeout (function () {
window.console.info ('write test info');
}, 1234);
When not open firebug, work properly.
When turned on firebug, occasionally may not work, setTimeout callback is not executed.
May be a bug, but I have not found a sufficient condition for this situation is bound to trigger