Searched refs:newMap (Results 1 – 1 of 1) sorted by relevance
1423 HashMap<String, String> newMap = new HashMap<String, String>(); in connectRemoteDebugger() local1425 newMap.put("hostname", "localhost"); //$NON-NLS-1$ //$NON-NLS-2$ in connectRemoteDebugger()1427 newMap.put("port", Integer.toString(debugPort)); //$NON-NLS-1$ in connectRemoteDebugger()1429 newMap.put("timeout", Integer.toString(connectTimeout)); in connectRemoteDebugger()1435 connector.connect(newMap, monitor, launch); in connectRemoteDebugger()