Searched defs:StartDebugger (Results 1 – 4 of 4) sorted by relevance
29 extern "C" int StartDebugger(uint32_t /* port */, bool /* break_on_start */) in StartDebugger() function
46 extern "C" int StartDebugger(uint32_t port, bool breakOnStart) in StartDebugger() function
481 void StartDebugger() in StartDebugger() function
4704 using StartDebugger = bool (*)( in StartDebuggerCheckParameters() typedef4724 bool JSNApi::StartDebugger([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, in StartDebugger() function in panda::JSNApi