2009-01-13 12:52 Martin Krauskopf * lib/ruby-debug.rb: backporting fixes from trunk 2009-01-13 12:33 Martin Krauskopf * ChangeLog, Rakefile: Changes for 0.3.x 2009-01-13 12:24 Martin Krauskopf * Rakefile: Release appropriate files like license, tests, changes, ... withing the gem. 2009-01-13 12:19 Martin Krauskopf * Rakefile, etc/build_and_install.sh, lib/ruby-debug.rb, test/rd_test_base.rb: 1) backporting bugfix: print out backtrace when debuggee fails. 2) version to 0.3.4 2008-12-19 08:41 Martin Krauskopf * Rakefile, etc/build_and_install.sh, lib/ruby-debug.rb, test/rd_test_base.rb: Depends on the "~> 0.10.3.x", rather then on 0.10.3 exactly. Increasing version to 0.3.3. 2008-12-19 08:38 Martin Krauskopf * .: better name for 0.3.x support branch 2008-11-24 12:51 Martin Krauskopf * ruby-debug-ide 0.3.x depending on 0.10.3 so it works with JRuby 1.1.5 2008-11-24 12:16 Martin Krauskopf * update to revision 561 (0.3.1) 2008-11-24 12:13 Martin Krauskopf * 0.3.2 branch based on 0.3.0 tag 2008-09-08 15:19 Martin Krauskopf * Tagging 0.3.0 release of ruby-debug-ide 2008-09-08 15:17 Martin Krauskopf * ChangeLog update before 0.3.0 release 2008-09-05 11:52 Martin Krauskopf * Setting catchpoint now answers with instead of just providing better control at frontend side. Increasing version to 0.3.0 (incompatible protocol change) 2008-09-03 14:14 Martin Krauskopf * Do not swallow exceptions 2008-09-02 18:24 Martin Krauskopf * Be sure socket is flushed during tests 2008-09-02 13:55 Martin Krauskopf * ruby-debug-base fixes stepping behaviour. Re-enabling common tests again 2008-09-02 13:54 Martin Krauskopf * Do not hardcode port for test server. Find always free one to prevent batch test fails. 2008-09-02 13:49 Martin Krauskopf * Tweaking NetBeans project metadata to include bin directory as a source root 2008-09-02 13:48 Martin Krauskopf * Switching trunk dependency on recently released ruby-debug-base 0.10.2 2008-08-12 16:10 Martin Krauskopf * Switching trunk to 0.2.2 2008-08-12 16:00 Martin Krauskopf * debugging is terminated when object's to_s method raises an exception 2008-07-31 15:10 Martin Krauskopf * ignore private folder 2008-07-31 15:09 Martin Krauskopf * Adding NetBeans project metadata. 2008-07-31 13:39 Martin Krauskopf * - pushing changes to website - fixing typo s/workardouning/workarounding 2008-07-31 13:23 Martin Krauskopf * ChangeLog update before tagging 0.2.1 2008-07-31 13:20 Martin Krauskopf * Updating Changes between 0.2.0 and 0.2.1 2008-07-31 13:13 Martin Krauskopf * tweaking tests for bugs in MRI to catch it once it is fixed 2008-07-31 13:12 Martin Krauskopf * Hotfixing problem with running Ruby on Mac. See 'Debugger timing out' thread: http://ruby.netbeans.org/servlets/BrowseList?list=users&by=thread&from=861334 Still continuing on 0.2.x row (changing dependeny on ruby-debug-base back to 0.10.1) 2008-07-14 22:40 Martin Krauskopf * Make trunk dependent on ruby-debug-base 0.10.2 which fixed important "finish" bug 2008-06-22 07:10 Martin Krauskopf * increasing trunk version to 0.2.1 - CHANGES no longer maintained 2008-06-22 06:58 Martin Krauskopf * ChangeLog update before tagging 0.2.0 2008-06-17 12:40 Martin Krauskopf * Fixing test loadpath 2008-06-17 11:52 Martin Krauskopf * New version of Rubies (Ruby 1.8.7 and JRuby 1.1.2) handle stack differently 2008-06-17 09:20 Martin Krauskopf * s/Debugger::VERSION/0.2.0; former one points to ruby-debug-base version 2008-06-12 06:41 Martin Krauskopf * New version will be 0.2.0, since there is slight incompatible change (see spec) 2008-05-23 12:48 Martin Krauskopf * - documenting catchpoitns - mentioning "catch off" in uncompatible changes 2008-05-21 14:01 Martin Krauskopf * Adding test for catchpoint 2008-05-21 13:32 Martin Krauskopf * s/0.1.1/trunk (not sure whether it will be 0.1.11 or 0.2.0) - since tag for enable/disable command 2008-05-21 13:22 Martin Krauskopf * - enabled/disable breakpoint feature - typo in delete command 2008-05-21 13:21 Martin Krauskopf * Enabled/Disable breakpoint feature 2008-05-21 12:39 Martin Krauskopf * Deleting Breakpoint 2008-05-17 21:06 Martin Krauskopf * - changes section - continuing with protocol description 2008-05-17 21:04 Martin Krauskopf * Tweaking catchpoint.rb and addng basic test 2008-05-15 20:59 Martin Krauskopf * I've got the deadlock suggesting that Debugger::DebuggerThread instance was being traced from tests. Putting 'assertion' forbidding it 2008-05-15 20:56 Martin Krauskopf * Sanity check whether control thread starts up (#20121) 2008-05-15 14:13 Martin Krauskopf * - fixing version - RDEBUG_IDE variable 2008-05-15 13:52 Martin Krauskopf * Fixing 'cond' section 2008-05-15 10:58 Martin Krauskopf * Preventing possible race condition between a program thread and control thread 2008-05-14 21:16 Martin Krauskopf * State and ControlState does not need to keep commands' classes (they are used in CLI debugger from 'help' command) 2008-05-13 18:58 Martin Krauskopf * Some works on ruby-debug-ide protocol specification, far from complete 2008-05-13 18:04 Martin Krauskopf * Support for setting condition on breakpoints - condition.rb copy-pasted (then tweaked) from ruby-debug until we find better way 2008-05-09 14:56 Martin Krauskopf * - implementing Context#at_return to make 'finish' work with MRI (not used by JRuby yet) - tweaking test for different behaviours of interpreters 2008-05-08 21:40 Martin Krauskopf * Adding test for 'finish'. Currently does not work with MRI: ruby-debug issue: [#20039] Finish does not work correctly 2008-05-08 16:49 Martin Krauskopf * - switching trunk to ruby-debug-base(s) 0.10.1 - remove README to pass the 'gem' task. So far we have no any README 2008-05-08 12:55 Martin Krauskopf * - archiving before-division ChangeLogs - ignore pkg and private configuration 2008-05-08 12:17 Martin Krauskopf * Dividing 'debug-commons' into two projects: - ruby-debug-ide: wrapper for ruby-debug-base - classic-debug-ide: wrapper for classic debug.rb to make further development more smooth. classic-debug-ide is getting deprecated by availability of ruby-debug-base for MRI, JRuby and Rubinius