|
| 1 | +2008-05-08 12:17 Martin Krauskopf |
| 2 | + |
| 3 | + * ., CHANGES, ChangeLog, MIT-LICENSE, Rakefile, bin, |
| 4 | + bin/rdebug-ide, config.yaml, etc, etc/build_and_install.sh, |
| 5 | + etc/kill_debugger, lib, lib/ruby-debug, lib/ruby-debug.rb, |
| 6 | + lib/ruby-debug/command.rb, lib/ruby-debug/commands, |
| 7 | + lib/ruby-debug/commands/breakpoints.rb, |
| 8 | + lib/ruby-debug/commands/catchpoint.rb, |
| 9 | + lib/ruby-debug/commands/control.rb, |
| 10 | + lib/ruby-debug/commands/eval.rb, |
| 11 | + lib/ruby-debug/commands/frame.rb, |
| 12 | + lib/ruby-debug/commands/inspect.rb, |
| 13 | + lib/ruby-debug/commands/load.rb, |
| 14 | + lib/ruby-debug/commands/stepping.rb, |
| 15 | + lib/ruby-debug/commands/threads.rb, |
| 16 | + lib/ruby-debug/commands/variables.rb, |
| 17 | + lib/ruby-debug/event_processor.rb, lib/ruby-debug/helper.rb, |
| 18 | + lib/ruby-debug/interface.rb, lib/ruby-debug/printers.rb, |
| 19 | + lib/ruby-debug/processor.rb, lib/ruby-debug/xml_printer.rb, test, |
| 20 | + test-base, test-base/basic_test.rb, test-base/inspect_test.rb, |
| 21 | + test-base/readers.rb, test-base/stepping_breakpoints_test.rb, |
| 22 | + test-base/test_base.rb, test-base/threads_and_frames_test.rb, |
| 23 | + test-base/variables_test.rb, test/rd_basic_test.rb, |
| 24 | + test/rd_inspect_test.rb, test/rd_stepping_breakpoints_test.rb, |
| 25 | + test/rd_test_base.rb, test/rd_threads_and_frames_test.rb, |
| 26 | + test/rd_variables_test.rb: Dividing 'debug-commons' into two |
| 27 | + projects: |
| 28 | + - ruby-debug-ide: wrapper for ruby-debug-base |
| 29 | + - classic-debug-ide: wrapper for classic debug.rb |
| 30 | + to make further development more smooth. classic-debug-ide is |
| 31 | + getting |
| 32 | + deprecated by availability of ruby-debug-base for MRI, JRuby and |
| 33 | + Rubinius |
| 34 | + |
0 commit comments