Home
last modified time | relevance | path

Searched defs:isDebugMode (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/toolchain/tooling/test/entry/
Dtest_debugger_entry.cpp19 extern "C" bool StartDebug(const std::string &name, EcmaVM *vm, bool isDebugMode) in StartDebug()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_entry.cpp27 …buggerImpl([[maybe_unused]] const std::string &name, EcmaVM *vm, [[maybe_unused]] bool isDebugMode) in StartDebuggerImpl()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h63 void SetDebugMode(bool isDebugMode) in SetDebugMode()
/arkcompiler/toolchain/inspector/
Dinspector.cpp381 bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, in StartDebug()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime.h210 void SetDebugMode(bool isDebugMode) in SetDebugMode()
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts1306 const isDebugMode = isDebug(projectConfig); constant
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1556 bool isDebugMode = false; member