|
From: Markus B. <mba...@us...> - 2005-10-06 23:30:08
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21453 Modified Files: Changelog.txt Log Message: RubyExceptionBreakpoints / catchpoints functionality added Index: Changelog.txt =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/Changelog.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Changelog.txt 4 Oct 2005 22:53:24 -0000 1.14 --- Changelog.txt 6 Oct 2005 23:30:01 -0000 1.15 *************** *** 1,3 **** --- 1,8 ---- Changes since 0.6.0: + * Catchpoints: + * The default was to halt at every type of StandardError, the new default is *not* to halt when exceptions are raised + * There is a menu entry in the debug perspective and a toolbar button in the breakpoint view which starts the Catchpoint dialog + * The catchpoint dialog allows to add a ruby exception breakpoint + * There can be at most one exception breakpoint; the breakpoint can be enabled, disabled and removed in the breakpoint view Changes merged from SRB 0.6.1: |