Home
last modified time | relevance | path

Searched refs:_debuggerConnection (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/
H A Ddevice.ts26 _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;
/expo/packages/@expo/cli/ts-declarations/metro-inspector-proxy/
H A Dindex.d.ts117 _debuggerConnection: DebuggerInfo | null = null; property in Device