Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 316190
Collapse All | Expand All

(-)src/org/eclipse/wst/jsdt/debug/internal/crossfire/connect/CrossfireAttachingConnector.java (-1 / +1 lines)
Lines 99-105 Link Here
99
		}
99
		}
100
		catch(IOException ioe) {
100
		catch(IOException ioe) {
101
			service.stopListening(key);
101
			service.stopListening(key);
102
			return null;
102
			throw ioe;
103
		}
103
		}
104
		DebugSession session = new DebugSession(c);
104
		DebugSession session = new DebugSession(c);
105
		return new CFVirtualMachine(session);
105
		return new CFVirtualMachine(session);

Return to bug 316190