Searched defs:isDebugMode (Results 1 – 7 of 7) sorted by relevance
19 extern "C" bool StartDebug(const std::string &name, EcmaVM *vm, bool isDebugMode) in StartDebug()
27 …buggerImpl([[maybe_unused]] const std::string &name, EcmaVM *vm, [[maybe_unused]] bool isDebugMode) in StartDebuggerImpl()
48 void JsDebuggerManager::SetDebugMode(bool isDebugMode) in SetDebugMode()
207 void SetDebugMode(bool isDebugMode) in SetDebugMode()
449 bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, in StartDebug()
1392 const isDebugMode = isDebug(projectConfig); constant
1609 bool isDebugMode = false; member