Searched refs:_debuggerConnection (Results 1 – 2 of 2) sorted by relevance
26 _debuggerConnection: ExpoDebuggerInfo | null = null;56 this._debuggerConnection?.socket.close();60 const oldDebugger = this._debuggerConnection;61 this._debuggerConnection = null;78 if (this._debuggerConnection) {79 this._debuggerConnection.debuggerType = debuggerType;
117 _debuggerConnection: DebuggerInfo | null = null; property in Device