Home
last modified time | relevance | path

Searched defs:isDebugMode (Results 1 – 6 of 6) 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.h58 void SetDebugMode(bool isDebugMode) in SetDebugMode()
/arkcompiler/toolchain/inspector/
Dinspector.cpp260 bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, in StartDebug()
/arkcompiler/ets_frontend/ts2panda/src/
DcmdOptions.ts89 static isDebugMode(): boolean { method in CmdOptions
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1276 bool isDebugMode; member