Lines Matching refs:StartDebugger
4494 LOG_ECMA(ERROR) << "[StartDebugger] vm is nullptr";
4499 LOG_ECMA(ERROR) << "[StartDebugger] option.port is -1" ;
4505 LOG_ECMA(ERROR) << "[StartDebugger] handler has already loaded";
4509 LOG_ECMA(ERROR) << "[StartDebugger] option.libraryPath is nullptr";
4514 LOG_ECMA(ERROR) << "[StartDebugger] Load library fail: " << option.libraryPath << " " << errno;
4519 LOG_ECMA(ERROR) << "[StartDebugger] Resolve symbol fail: " << sym.Error().ToString();
4522 using StartDebugger = bool (*)(
4528 bool ret = reinterpret_cast<StartDebugger>(sym.Value())(
4541 bool JSNApi::StartDebugger([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option,
4547 LOG_ECMA(INFO) << "JSNApi::StartDebugger, isDebugMode = " << option.isDebugMode