efw4.X

_isdebug

The _isdebug constant stores the value of efw.isdebug.

Sample

if (_isdebug){
    "Now it is the debug mode.".debug();
}