|
From: Markus B. <mba...@us...> - 2005-10-09 21:22:29
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1144 Modified Files: Changelog.txt Log Message: fixed port 1098 replaced by variable port Index: Changelog.txt =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/Changelog.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Changelog.txt 6 Oct 2005 23:30:01 -0000 1.15 --- Changelog.txt 9 Oct 2005 21:22:23 -0000 1.16 *************** *** 1,3 **** --- 1,6 ---- Changes since 0.6.0: + * Multiple debugger session possible because a free port will be used for the debugger communication. The port is written to a + temporary file and conveyed to the ruby process with "-r<tmpFile>". The fixed port used in the past (1098) is still the default + port in the case that a temporary file can not be created * Catchpoints: * The default was to halt at every type of StandardError, the new default is *not* to halt when exceptions are raised |