Home
last modified time | relevance | path

Searched refs:SetDebugMode (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h58 void SetDebugMode(bool isDebugMode) in SetDebugMode() function
Ddebugger_api.cpp783 mgr->SetDebugMode(false); // in order to catch exception in EvaluateViaFuncCall()
787 mgr->SetDebugMode(prevDebugMode); in EvaluateViaFuncCall()
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp152 ecmaVm->GetJsDebuggerManager()->SetDebugMode(true); in HWTEST_F_L0()
629 ecmaVm->GetJsDebuggerManager()->SetDebugMode(true); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp615 vm_->GetJsDebuggerManager()->SetDebugMode(true); in Enable()
628 vm_->GetJsDebuggerManager()->SetDebugMode(false); in Disable()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp455 vm->GetJsDebuggerManager()->SetDebugMode(option.isDebugMode); in StartDebugger()
467 vm->GetJsDebuggerManager()->SetDebugMode(option.isDebugMode); in StartDebugger()
498 vm->GetJsDebuggerManager()->SetDebugMode(false); in StopDebugger()
507 vm->GetJsDebuggerManager()->SetDebugMode(false); in StopDebugger()