HomeSort by relevance Sort by last modified time
    Searched full:withdebugger (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libxslt/win32/
configure.js 45 var withDebugger = true;
105 txt += " debugger: Enable external debugger support (" + (withDebugger? "yes" : "no") + ")\n";
192 vf.WriteLine("WITH_DEBUGGER=" + (withDebugger? "1" : "0"));
242 of.WriteLine(s.replace(/\@WITH_DEBUGGER\@/, withDebugger? "1" : "0"));
341 withDebugger = strToBool(arg.substring(opt.length + 1, arg.length));
489 txtOut += " Debugger support: " + boolToStr(withDebugger) + "\n";

Completed in 41 milliseconds