/*
This calls the function in DbgCons that restores the original window.onerror
handler, after DbgCons initialization.
The problem is that if this call is placed at the bottom of dbgcons.js, it will
not get executed if init_exceptions() fails with an exception; when that
happens, the rest of the script in which it occurs is ignored. However, other
separate script, like this one, are executed as usual...
*/
$dc.init_exceptions_cleanup();
