BooleandjConfig.debugAtAllCosts

<script src="../../js/dojo.js"></script>
defined in dojo/_base/_loader/bootstrap.js

Defaults to false. If set to true, this triggers an alternate mode of the package system in which dependencies are detected and only then are resources evaluated in dependency order via <script> tag inclusion. This may double-request resources and cause problems with scripts which expect dojo.require() to preform synchronously. debugAtAllCosts can be an invaluable debugging aid, but when using it, ensure that all code which depends on Dojo modules is wrapped in dojo.addOnLoad() handlers. Due to the somewhat unpredictable side-effects of using debugAtAllCosts, it is strongly recommended that you enable this flag as a last resort. debugAtAllCosts has no effect when loading resources across domains. For usage information, see the Dojo Book