|
| 1 | +2008-11-10 08:15 Martin Krauskopf |
| 2 | + |
| 3 | + * bin/rdebug-ide, lib/ruby-debug.rb, lib/ruby-debug/xml_printer.rb: |
| 4 | + Making '-x' switch actually work. Commenting out sending <trace> |
| 5 | + elements to the debugger. To be decided. There are large amount |
| 6 | + of such events. For now servers rather for developers. |
| 7 | + |
| 8 | +2008-11-09 23:39 Martin Krauskopf |
| 9 | + |
| 10 | + * bin/rdebug-ide, lib/ruby-debug.rb: --stop switch: stop at the |
| 11 | + first line when the script is loaded. Utilized by remote |
| 12 | + debugging. |
| 13 | + s/Debugger#main/Debugger#debug_program (similarly to ruby-debug) |
| 14 | + |
| 15 | +2008-11-09 00:28 Martin Krauskopf |
| 16 | + |
| 17 | + * lib/ruby-debug/commands/eval.rb, |
| 18 | + lib/ruby-debug/commands/frame.rb, lib/ruby-debug/xml_printer.rb: |
| 19 | + Fixing CLI verbose when -d is used. Some usused code |
| 20 | + |
| 21 | +2008-11-08 18:43 Martin Krauskopf |
| 22 | + |
| 23 | + * doc/protocol-spec.texi, lib/ruby-debug/xml_printer.rb, |
| 24 | + test/ruby-debug/xml_printer_test.rb: Ensure suspension's file |
| 25 | + attribute contains absolute path. |
| 26 | + |
| 27 | +2008-11-08 18:33 Martin Krauskopf |
| 28 | + |
| 29 | + * Rakefile, doc/protocol-spec.texi, etc/build_and_install.sh, |
| 30 | + lib/ruby-debug.rb, lib/ruby-debug/xml_printer.rb, |
| 31 | + nbproject/project.properties, test/rd_test_base.rb, |
| 32 | + test/ruby-debug/xml_printer_test.rb: Ensure frame file attribute |
| 33 | + contains absolute path. Increasing trunk version to 0.4.1 |
| 34 | + |
| 35 | +2008-11-02 11:19 Martin Krauskopf |
| 36 | + |
| 37 | + * doc/protocol-spec.texi: noting <message> element/event |
| 38 | + |
| 39 | +2008-10-30 02:14 Martin Krauskopf |
| 40 | + |
| 41 | + * Rakefile, bin/rdebug-ide, doc/protocol-spec.texi, |
| 42 | + etc/build_and_install.sh, lib/ruby-debug.rb, |
| 43 | + lib/ruby-debug/xml_printer.rb, test/rd_test_base.rb, |
| 44 | + test/ruby-debug, test/ruby-debug/xml_printer_test.rb: New |
| 45 | + --xml-debug switch. To be used by frontend to not mess up |
| 46 | + debuggee output with debugger's debug messages. |
| 47 | + |
| 48 | + - increasing version to 0.4.0 (new <message debug='true'...> |
| 49 | + attribute) |
| 50 | + - more robust failures handling in DebugThread |
| 51 | + - some XmlPrinterTest sanity tests |
| 52 | + |
| 53 | +2008-10-13 13:48 Martin Krauskopf |
| 54 | + |
| 55 | + * doc/protocol-spec.texi: Mentioning 0.3.1 changes |
| 56 | + |
| 57 | +2008-10-09 06:48 Martin Krauskopf |
| 58 | + |
| 59 | + * Rakefile, bin/rdebug-ide, etc/build_and_install.sh, |
| 60 | + lib/ruby-debug.rb, test/rd_test_base.rb: Support for |
| 61 | + '--load-mode' option. Hotfix, likely workaround, for GlassFish |
| 62 | + debugging. Experimental, might be removed in the future. |
| 63 | + |
| 64 | + If option is used, it calls Debugger#debug_load with |
| 65 | + increment_start=true |
| 66 | + Increasing version to 0.3.1 |
| 67 | + |
| 68 | +2008-09-08 15:17 Martin Krauskopf |
| 69 | + |
| 70 | + * ChangeLog: ChangeLog update before 0.3.0 release |
| 71 | + |
1 | 72 | 2008-09-05 11:52 Martin Krauskopf
|
2 | 73 |
|
3 | 74 | * Rakefile, doc/protocol-spec.texi, etc/build_and_install.sh,
|
|
0 commit comments