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