|
From: <mba...@us...> - 2007-05-01 13:10:22
|
Revision: 2400
http://svn.sourceforge.net/rubyeclipse/?rev=2400&view=rev
Author: mbarchfe
Date: 2007-05-01 06:10:21 -0700 (Tue, 01 May 2007)
Log Message:
-----------
do *not* close the socked connection *before* sending the exit command
Modified Paths:
--------------
trunk/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/commands/RubyDebugConnection.java
Modified: trunk/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/commands/RubyDebugConnection.java
===================================================================
--- trunk/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/commands/RubyDebugConnection.java 2007-05-01 13:09:38 UTC (rev 2399)
+++ trunk/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/commands/RubyDebugConnection.java 2007-05-01 13:10:21 UTC (rev 2400)
@@ -32,7 +32,6 @@
@Override
public void exit() throws IOException {
- super.exit();
GenericCommand command = new GenericCommand("exit", true);
command.execute(this);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|