efw4.X

_isdebug

_isdebug定数は、efw.isdebugの値を格納します。

サンプル

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