ruby-debug-ide 0.4.11 → 0.4.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/ChangeLog DELETED
@@ -1,481 +0,0 @@
1
- 2009-12-22 14:28 Martin Krauskopf
2
-
3
- * Rakefile, doc/protocol-spec.texi, lib/ruby-debug-ide.rb,
4
- test/rd_test_base.rb: Increasing version; updating changes
5
-
6
- 2009-12-22 14:23 Martin Krauskopf
7
-
8
- * lib/ruby-debug/commands/variables.rb: Fix for possible
9
- NoSuchMethodException (by Oleg Shpynov)
10
-
11
- 2009-09-09 12:24 Martin Krauskopf
12
-
13
- * ChangeLog, Rakefile, ext/mkrf_conf.rb, lib/ruby-debug-ide.rb,
14
- test/rd_test_base.rb: Do not try to install native extension for
15
- JRuby.
16
-
17
- 2009-08-31 12:00 Martin Krauskopf
18
-
19
- * ChangeLog: ChangeLog update
20
-
21
- 2009-08-31 11:59 Martin Krauskopf
22
-
23
- * Rakefile, bin/rdebug-ide, ext/extconf.rb, ext/mkrf_conf.rb,
24
- lib/ruby-debug-ide.rb, lib/ruby-debug.rb, test/rd_test_base.rb:
25
- 1)fixed bug #27009, 2)rename to ruby-debug-ide.rb (both by Mark
26
- Moseley)
27
-
28
- - to not collide with lib/ruby-debug.rb from ruby-debug-cli
29
-
30
- 2009-08-26 19:06 Martin Krauskopf
31
-
32
- * ChangeLog, Rakefile, bin/rdebug-ide, ext, ext/extconf.rb,
33
- lib/ruby-debug.rb, lib/ruby-debug/command.rb,
34
- lib/ruby-debug/event_processor.rb, lib/ruby-debug/processor.rb,
35
- lib/ruby-debug/xml_printer.rb: Patch by Mark Moseley supporting
36
- ruby-debug-base19.
37
-
38
- Dynamically installs right ruby-debug-base dependency depending
39
- on the version
40
- of a Ruby platform being used. ruby-debug-base19 is the only
41
- solution these
42
- days for 1.9 debugging, so might be temporary solution until
43
- ruby-debug
44
- projects brings official version.
45
-
46
- 2009-08-26 17:36 Martin Krauskopf
47
-
48
- * lib/ruby-debug.rb: One more try for the right value for default
49
- 'host' value.
50
-
51
- 127.0.0.1 seemingly works with all systems and with IPv6 as well.
52
- "localhost" and nil on have problems on some systems.
53
-
54
- 2009-08-21 08:43 Martin Krauskopf
55
-
56
- * lib/ruby-debug.rb: Ruby 1.9.x vs Java vs 'localhost' seems to be
57
- problematic as well
58
-
59
- 2009-06-04 16:02 Martin Krauskopf
60
-
61
- * Rakefile, lib/ruby-debug.rb, test/rd_test_base.rb: Increasing
62
- trung version
63
-
64
- 2009-06-04 15:59 Martin Krauskopf
65
-
66
- * ChangeLog, bin/rdebug-ide: Mentioning RubyMine among
67
- ruby-debug-ide clients.
68
-
69
- 2009-05-21 18:16 Martin Krauskopf
70
-
71
- * ChangeLog: Changelog update
72
-
73
- 2009-05-21 18:01 Martin Krauskopf
74
-
75
- * Rakefile, doc/protocol-spec.texi, lib/ruby-debug.rb,
76
- test/rd_test_base.rb: Added Debugger::start_server (ticket
77
- #25972), patch by Tim Hanson
78
-
79
- 2009-03-12 11:38 Martin Krauskopf
80
-
81
- * ChangeLog, Rakefile, doc/protocol-spec.texi, lib/ruby-debug.rb,
82
- test/rd_test_base.rb: Oops. 0.4.5 was not released yet, so it is
83
- the rigth version, not 0.4.6, reverting.
84
-
85
- 2009-03-12 11:31 Martin Krauskopf
86
-
87
- * Rakefile, doc/protocol-spec.texi, lib/ruby-debug.rb,
88
- lib/ruby-debug/commands/catchpoint.rb, test/rd_test_base.rb:
89
- Possibility to remove catchpoints (patch by Chris Williams)
90
-
91
- 2009-02-03 09:34 Martin Krauskopf
92
-
93
- * Rakefile, bin/rdebug-ide, doc/protocol-spec.texi,
94
- lib/ruby-debug.rb, test/rd_test_base.rb: 1) bugfix: syntax error
95
- with Ruby 1.9 (patch by Mikael Rudberg) 2) 0.4.5 territory
96
-
97
- 2009-01-14 07:19 Martin Krauskopf
98
-
99
- * doc/protocol-spec.texi: completeng missing changes
100
-
101
- 2009-01-13 10:00 Martin Krauskopf
102
-
103
- * Rakefile, doc/protocol-spec.texi, lib/ruby-debug.rb,
104
- test/rd_test_base.rb: 1) bugfix: print out backtrace when
105
- debuggee fails. 2) version to 0.4.4
106
-
107
- 2009-01-13 09:54 Martin Krauskopf
108
-
109
- * Rakefile: Release appropriate files like license, tests, changes,
110
- ... withing the gem.
111
-
112
- 2008-12-19 08:23 Martin Krauskopf
113
-
114
- * Rakefile, lib/ruby-debug.rb, test/rd_test_base.rb: Depends on the
115
- "~> 0.10.3.x", rather then on 0.10.3 exactly. Increasing version
116
- to 0.4.3.
117
-
118
- 2008-12-19 08:20 Martin Krauskopf
119
-
120
- * doc/protocol-spec.texi: typo
121
-
122
- 2008-11-24 12:59 Martin Krauskopf
123
-
124
- * doc/protocol-spec.texi: Changes between 0.3.1 and 0.3.2
125
-
126
- 2008-11-21 10:56 Martin Krauskopf
127
-
128
- * ChangeLog, Rakefile, doc/protocol-spec.texi,
129
- etc/build_and_install.sh, lib/ruby-debug.rb,
130
- test/rd_test_base.rb: Dependency changed to
131
- ruby-debug-base-0.10.3 which fixes various bugs and contains
132
- bunch of RFEs
133
-
134
- 2008-11-10 09:22 Martin Krauskopf
135
-
136
- * ChangeLog, doc/protocol-spec.texi: Changes for 0.4.1
137
-
138
- 2008-11-10 08:15 Martin Krauskopf
139
-
140
- * bin/rdebug-ide, lib/ruby-debug.rb, lib/ruby-debug/xml_printer.rb:
141
- Making '-x' switch actually work. Commenting out sending <trace>
142
- elements to the debugger. To be decided. There are large amount
143
- of such events. For now servers rather for developers.
144
-
145
- 2008-11-09 23:39 Martin Krauskopf
146
-
147
- * bin/rdebug-ide, lib/ruby-debug.rb: --stop switch: stop at the
148
- first line when the script is loaded. Utilized by remote
149
- debugging.
150
- s/Debugger#main/Debugger#debug_program (similarly to ruby-debug)
151
-
152
- 2008-11-09 00:28 Martin Krauskopf
153
-
154
- * lib/ruby-debug/commands/eval.rb,
155
- lib/ruby-debug/commands/frame.rb, lib/ruby-debug/xml_printer.rb:
156
- Fixing CLI verbose when -d is used. Some usused code
157
-
158
- 2008-11-08 18:43 Martin Krauskopf
159
-
160
- * doc/protocol-spec.texi, lib/ruby-debug/xml_printer.rb,
161
- test/ruby-debug/xml_printer_test.rb: Ensure suspension's file
162
- attribute contains absolute path.
163
-
164
- 2008-11-08 18:33 Martin Krauskopf
165
-
166
- * Rakefile, doc/protocol-spec.texi, etc/build_and_install.sh,
167
- lib/ruby-debug.rb, lib/ruby-debug/xml_printer.rb,
168
- nbproject/project.properties, test/rd_test_base.rb,
169
- test/ruby-debug/xml_printer_test.rb: Ensure frame file attribute
170
- contains absolute path. Increasing trunk version to 0.4.1
171
-
172
- 2008-11-02 11:19 Martin Krauskopf
173
-
174
- * doc/protocol-spec.texi: noting <message> element/event
175
-
176
- 2008-10-30 02:14 Martin Krauskopf
177
-
178
- * Rakefile, bin/rdebug-ide, doc/protocol-spec.texi,
179
- etc/build_and_install.sh, lib/ruby-debug.rb,
180
- lib/ruby-debug/xml_printer.rb, test/rd_test_base.rb,
181
- test/ruby-debug, test/ruby-debug/xml_printer_test.rb: New
182
- --xml-debug switch. To be used by frontend to not mess up
183
- debuggee output with debugger's debug messages.
184
-
185
- - increasing version to 0.4.0 (new <message debug='true'...>
186
- attribute)
187
- - more robust failures handling in DebugThread
188
- - some XmlPrinterTest sanity tests
189
-
190
- 2008-10-13 13:48 Martin Krauskopf
191
-
192
- * doc/protocol-spec.texi: Mentioning 0.3.1 changes
193
-
194
- 2008-10-09 06:48 Martin Krauskopf
195
-
196
- * Rakefile, bin/rdebug-ide, etc/build_and_install.sh,
197
- lib/ruby-debug.rb, test/rd_test_base.rb: Support for
198
- '--load-mode' option. Hotfix, likely workaround, for GlassFish
199
- debugging. Experimental, might be removed in the future.
200
-
201
- If option is used, it calls Debugger#debug_load with
202
- increment_start=true
203
- Increasing version to 0.3.1
204
-
205
- 2008-09-08 15:17 Martin Krauskopf
206
-
207
- * ChangeLog: ChangeLog update before 0.3.0 release
208
-
209
- 2008-09-05 11:52 Martin Krauskopf
210
-
211
- * Rakefile, doc/protocol-spec.texi, etc/build_and_install.sh,
212
- lib/ruby-debug.rb, lib/ruby-debug/commands/catchpoint.rb,
213
- lib/ruby-debug/xml_printer.rb, test-base/readers.rb,
214
- test-base/test_base.rb, test/rd_catchpoint_test.rb,
215
- test/rd_test_base.rb: Setting catchpoint now answers with
216
- <conditionSet> instead of just <message> providing better control
217
- at frontend side.
218
- Increasing version to 0.3.0 (incompatible protocol change)
219
-
220
- 2008-09-03 14:14 Martin Krauskopf
221
-
222
- * lib/ruby-debug/processor.rb: Do not swallow exceptions
223
-
224
- 2008-09-02 18:24 Martin Krauskopf
225
-
226
- * test-base/test_base.rb: Be sure socket is flushed during tests
227
-
228
- 2008-09-02 13:55 Martin Krauskopf
229
-
230
- * test-base/stepping_breakpoints_test.rb: ruby-debug-base fixes
231
- stepping behaviour. Re-enabling common tests again
232
-
233
- 2008-09-02 13:54 Martin Krauskopf
234
-
235
- * test-base/test_base.rb, test/rd_test_base.rb: Do not hardcode
236
- port for test server. Find always free one to prevent batch test
237
- fails.
238
-
239
- 2008-09-02 13:49 Martin Krauskopf
240
-
241
- * nbproject/project.properties, nbproject/project.xml: Tweaking
242
- NetBeans project metadata to include bin directory as a source
243
- root
244
-
245
- 2008-09-02 13:48 Martin Krauskopf
246
-
247
- * Rakefile: Switching trunk dependency on recently released
248
- ruby-debug-base 0.10.2
249
-
250
- 2008-08-12 16:10 Martin Krauskopf
251
-
252
- * ChangeLog, Rakefile, doc/protocol-spec.texi,
253
- etc/build_and_install.sh, lib/ruby-debug.rb: Switching trunk to
254
- 0.2.2
255
-
256
- 2008-08-12 16:00 Martin Krauskopf
257
-
258
- * lib/ruby-debug/xml_printer.rb, test-base/variables_test.rb:
259
- debugging is terminated when object's to_s method raises an
260
- exception
261
-
262
- 2008-07-31 15:10 Martin Krauskopf
263
-
264
- * nbproject: ignore private folder
265
-
266
- 2008-07-31 15:09 Martin Krauskopf
267
-
268
- * nbproject, nbproject/project.properties, nbproject/project.xml:
269
- Adding NetBeans project metadata.
270
-
271
- 2008-07-31 13:39 Martin Krauskopf
272
-
273
- * doc/protocol-spec.texi: - pushing changes to website
274
- - fixing typo s/workardouning/workarounding
275
-
276
- 2008-07-31 13:23 Martin Krauskopf
277
-
278
- * ChangeLog: ChangeLog update before tagging 0.2.1
279
-
280
- 2008-07-31 13:20 Martin Krauskopf
281
-
282
- * doc/protocol-spec.texi: Updating Changes between 0.2.0 and 0.2.1
283
-
284
- 2008-07-31 13:13 Martin Krauskopf
285
-
286
- * test-base/stepping_breakpoints_test.rb: tweaking tests for bugs
287
- in MRI to catch it once it is fixed
288
-
289
- 2008-07-31 13:12 Martin Krauskopf
290
-
291
- * Rakefile, lib/ruby-debug.rb: Hotfixing problem with running Ruby
292
- on Mac. See 'Debugger timing out' thread:
293
- http://ruby.netbeans.org/servlets/BrowseList?list=users&by=thread&from=861334
294
- Still continuing on 0.2.x row (changing dependeny on
295
- ruby-debug-base back to 0.10.1)
296
-
297
- 2008-07-14 22:40 Martin Krauskopf
298
-
299
- * Rakefile: Make trunk dependent on ruby-debug-base 0.10.2 which
300
- fixed important "finish" bug
301
-
302
- 2008-06-22 07:10 Martin Krauskopf
303
-
304
- * CHANGES, Rakefile, etc/build_and_install.sh, lib/ruby-debug.rb:
305
- increasing trunk version to 0.2.1
306
- - CHANGES no longer maintained
307
-
308
- 2008-06-22 06:58 Martin Krauskopf
309
-
310
- * ChangeLog: ChangeLog update before tagging 0.2.0
311
-
312
- 2008-06-17 12:40 Martin Krauskopf
313
-
314
- * test/rd_test_base.rb: Fixing test loadpath
315
-
316
- 2008-06-17 11:52 Martin Krauskopf
317
-
318
- * test-base/variables_test.rb: New version of Rubies (Ruby 1.8.7
319
- and JRuby 1.1.2) handle stack differently
320
-
321
- 2008-06-17 09:20 Martin Krauskopf
322
-
323
- * lib/ruby-debug.rb: s/Debugger::VERSION/0.2.0; former one points
324
- to ruby-debug-base version
325
-
326
- 2008-06-12 06:41 Martin Krauskopf
327
-
328
- * CHANGES, Rakefile, doc/protocol-spec.texi,
329
- etc/build_and_install.sh: New version will be 0.2.0, since there
330
- is slight incompatible change (see spec)
331
-
332
- 2008-05-23 12:48 Martin Krauskopf
333
-
334
- * doc/protocol-spec.texi: - documenting catchpoitns
335
- - mentioning "catch off" in uncompatible changes
336
-
337
- 2008-05-21 14:01 Martin Krauskopf
338
-
339
- * ChangeLog, test/rd_catchpoint_test.rb: Adding test for catchpoint
340
-
341
- 2008-05-21 13:32 Martin Krauskopf
342
-
343
- * doc/protocol-spec.texi: s/0.1.1/trunk (not sure whether it will
344
- be 0.1.11 or 0.2.0)
345
- - since tag for enable/disable command
346
-
347
- 2008-05-21 13:22 Martin Krauskopf
348
-
349
- * doc/protocol-spec.texi: - enabled/disable breakpoint feature
350
- - typo in delete command
351
-
352
- 2008-05-21 13:21 Martin Krauskopf
353
-
354
- * lib/ruby-debug/command.rb, lib/ruby-debug/commands/enable.rb,
355
- lib/ruby-debug/helper.rb, lib/ruby-debug/xml_printer.rb,
356
- test-base/readers.rb, test-base/test_base.rb,
357
- test/rd_enable_disable_test.rb: Enabled/Disable breakpoint
358
- feature
359
-
360
- 2008-05-21 12:39 Martin Krauskopf
361
-
362
- * doc/protocol-spec.texi: Deleting Breakpoint
363
-
364
- 2008-05-17 21:06 Martin Krauskopf
365
-
366
- * doc/protocol-spec.texi: - changes section
367
- - continuing with protocol description
368
-
369
- 2008-05-17 21:04 Martin Krauskopf
370
-
371
- * lib/ruby-debug/commands/catchpoint.rb, test-base/inspect_test.rb,
372
- test-base/readers.rb, test-base/test_base.rb: Tweaking
373
- catchpoint.rb and addng basic test
374
-
375
- 2008-05-15 20:59 Martin Krauskopf
376
-
377
- * lib/ruby-debug/event_processor.rb: I've got the deadlock
378
- suggesting that Debugger::DebuggerThread instance was being
379
- traced from tests. Putting 'assertion' forbidding it
380
-
381
- 2008-05-15 20:56 Martin Krauskopf
382
-
383
- * lib/ruby-debug.rb: Sanity check whether control thread starts up
384
- (#20121)
385
-
386
- 2008-05-15 14:13 Martin Krauskopf
387
-
388
- * doc/protocol-spec.texi: - fixing version
389
- - RDEBUG_IDE variable
390
-
391
- 2008-05-15 13:52 Martin Krauskopf
392
-
393
- * doc/protocol-spec.texi: Fixing 'cond' section
394
-
395
- 2008-05-15 10:58 Martin Krauskopf
396
-
397
- * lib/ruby-debug/event_processor.rb: Preventing possible race
398
- condition between a program thread and control thread
399
-
400
- 2008-05-14 21:16 Martin Krauskopf
401
-
402
- * lib/ruby-debug/processor.rb: State and ControlState does not need
403
- to keep commands' classes
404
- (they are used in CLI debugger from 'help' command)
405
-
406
- 2008-05-13 18:58 Martin Krauskopf
407
-
408
- * doc, doc/protocol-spec.texi: Some works on ruby-debug-ide
409
- protocol specification, far from complete
410
-
411
- 2008-05-13 18:04 Martin Krauskopf
412
-
413
- * lib/ruby-debug/command.rb, lib/ruby-debug/commands/condition.rb,
414
- lib/ruby-debug/xml_printer.rb, test-base/condition_test.rb,
415
- test-base/readers.rb, test-base/test_base.rb,
416
- test/rd_condition_test.rb: Support for setting condition on
417
- breakpoints
418
- - condition.rb copy-pasted (then tweaked) from ruby-debug until
419
- we find better way
420
-
421
- 2008-05-09 14:56 Martin Krauskopf
422
-
423
- * lib/ruby-debug.rb, lib/ruby-debug/event_processor.rb,
424
- test-base/stepping_breakpoints_test.rb,
425
- test-base/threads_and_frames_test.rb: - implementing
426
- Context#at_return to make 'finish' work with MRI (not used by
427
- JRuby yet)
428
- - tweaking test for different behaviours of interpreters
429
-
430
- 2008-05-08 21:40 Martin Krauskopf
431
-
432
- * test-base/threads_and_frames_test.rb: Adding test for 'finish'.
433
- Currently does not work with MRI:
434
- ruby-debug issue: [#20039] Finish does not work correctly
435
-
436
- 2008-05-08 16:49 Martin Krauskopf
437
-
438
- * Rakefile: - switching trunk to ruby-debug-base(s) 0.10.1
439
- - remove README to pass the 'gem' task. So far we have no any
440
- README
441
-
442
- 2008-05-08 12:55 Martin Krauskopf
443
-
444
- * ., ChangeLog, ChangeLog.archive, svn2cl_usermap: - archiving
445
- before-division ChangeLogs
446
- - ignore pkg and private configuration
447
-
448
- 2008-05-08 12:17 Martin Krauskopf
449
-
450
- * ., CHANGES, ChangeLog, MIT-LICENSE, Rakefile, bin,
451
- bin/rdebug-ide, config.yaml, etc, etc/build_and_install.sh,
452
- etc/kill_debugger, lib, lib/ruby-debug, lib/ruby-debug.rb,
453
- lib/ruby-debug/command.rb, lib/ruby-debug/commands,
454
- lib/ruby-debug/commands/breakpoints.rb,
455
- lib/ruby-debug/commands/catchpoint.rb,
456
- lib/ruby-debug/commands/control.rb,
457
- lib/ruby-debug/commands/eval.rb,
458
- lib/ruby-debug/commands/frame.rb,
459
- lib/ruby-debug/commands/inspect.rb,
460
- lib/ruby-debug/commands/load.rb,
461
- lib/ruby-debug/commands/stepping.rb,
462
- lib/ruby-debug/commands/threads.rb,
463
- lib/ruby-debug/commands/variables.rb,
464
- lib/ruby-debug/event_processor.rb, lib/ruby-debug/helper.rb,
465
- lib/ruby-debug/interface.rb, lib/ruby-debug/printers.rb,
466
- lib/ruby-debug/processor.rb, lib/ruby-debug/xml_printer.rb, test,
467
- test-base, test-base/basic_test.rb, test-base/inspect_test.rb,
468
- test-base/readers.rb, test-base/stepping_breakpoints_test.rb,
469
- test-base/test_base.rb, test-base/threads_and_frames_test.rb,
470
- test-base/variables_test.rb, test/rd_basic_test.rb,
471
- test/rd_inspect_test.rb, test/rd_stepping_breakpoints_test.rb,
472
- test/rd_test_base.rb, test/rd_threads_and_frames_test.rb,
473
- test/rd_variables_test.rb: Dividing 'debug-commons' into two
474
- projects:
475
- - ruby-debug-ide: wrapper for ruby-debug-base
476
- - classic-debug-ide: wrapper for classic debug.rb
477
- to make further development more smooth. classic-debug-ide is
478
- getting
479
- deprecated by availability of ruby-debug-base for MRI, JRuby and
480
- Rubinius
481
-