Searched refs:withRunDebug (Results 1 – 1 of 1) sorted by relevance
49 var withRunDebug = false; variable135 txt += " run_debug: Enable memory debugger (" + (withRunDebug? "yes" : "no") + ")\n";246 vf.WriteLine("WITH_RUN_DEBUG=" + (withRunDebug? "1" : "0"));355 of.WriteLine(s.replace(/\@WITH_RUN_DEBUG\@/, withRunDebug? "1" : "0"));502 withRunDebug = strToBool(arg.substring(opt.length + 1, arg.length));683 txtOut += " Runtime debugging: " + boolToStr(withRunDebug) + "\n";