Skip to content

Commit a7cc9f3

Browse files
committed
Changes for 0.4.1
1 parent e35dd79 commit a7cc9f3

File tree

2 files changed

+79
-1
lines changed

2 files changed

+79
-1
lines changed

ChangeLog

+71
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
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+
172
2008-09-05 11:52 Martin Krauskopf
273

374
* Rakefile, doc/protocol-spec.texi, etc/build_and_install.sh,

doc/protocol-spec.texi

+8-1
Original file line numberDiff line numberDiff line change
@@ -377,11 +377,18 @@ Event example:
377377
@node Changes
378378
@chapter Changes
379379

380+
Mentions also related changes in the @value{RDEBUG_IDE} gem implementation.
380381

381382
@section Changes between 0.4.0 and 0.4.1
382383

383384
@itemize @bullet
384-
@item ensure file attribute contains absolute path
385+
@item '--stop' switch: stop at the first line when the script is loaded.
386+
Utilized by remote debugging
387+
@item Making '-x' switch actually work. Commenting out sending of <trace>
388+
elements to the debugger. To be decided. There are large amount of such
389+
events. For now serves rather for ruby-debug-ide developers.
390+
@item ensure 'file' attribute contains absolute path
391+
@item fixing CLI verbose when -d is used. Some unused code
385392
@end itemize
386393

387394

0 commit comments

Comments
 (0)