BooleandjConfig.isDebug

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

Defaults to false. If set to true, ensures that Dojo provides extende debugging feedback via Firebug. If Firebug is not available on your platform, setting isDebug to true will force Dojo to pull in (and display) the version of Firebug Lite which is integrated into the Dojo distribution, thereby always providing a debugging/logging console when isDebug is enabled. Note that Firebug's console.* methods are ALWAYS defined by Dojo. If isDebug is false and you are on a platform without Firebug, these methods will be defined as no-ops.