ruby-debug 0.10.5.rc3 → 0.10.5.rc4
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/cli/ruby-debug/commands/frame.rb +5 -1
- data/cli/ruby-debug/commands/variables.rb +2 -2
- metadata +54 -100
@@ -140,7 +140,11 @@ module Debugger
|
|
140
140
|
if cs.size > recorded_size+2 && cs[recorded_size+2] != sentinal
|
141
141
|
# caller seems to truncate recursive calls and we don't.
|
142
142
|
# See if we can find sentinal in the first 0..recorded_size+1 entries
|
143
|
-
|
143
|
+
if defined? JRUBY_VERSION
|
144
|
+
return false if cs.any? { |f| f==sentinal }
|
145
|
+
else
|
146
|
+
return false if cs[0..recorded_size+1].any?{ |f| f==sentinal }
|
147
|
+
end
|
144
148
|
return cs
|
145
149
|
end
|
146
150
|
return false
|
metadata
CHANGED
@@ -2,26 +2,26 @@
|
|
2
2
|
name: ruby-debug
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 7
|
5
|
-
version: 0.10.5.
|
5
|
+
version: 0.10.5.rc4
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Kent Sibilev
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-07-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: columnize
|
16
16
|
version_requirements: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - '>='
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: '0.1'
|
21
21
|
none: false
|
22
22
|
requirement: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0.1'
|
27
27
|
none: false
|
@@ -33,19 +33,18 @@ dependencies:
|
|
33
33
|
requirements:
|
34
34
|
- - ~>
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 0.10.5.
|
36
|
+
version: 0.10.5.rc4.0
|
37
37
|
none: false
|
38
38
|
requirement: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - ~>
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.10.5.
|
42
|
+
version: 0.10.5.rc4.0
|
43
43
|
none: false
|
44
44
|
prerelease: false
|
45
45
|
type: :runtime
|
46
|
-
description:
|
47
|
-
|
48
|
-
'
|
46
|
+
description: |
|
47
|
+
A generic command line interface for ruby-debug.
|
49
48
|
email: ksibilev@yahoo.com
|
50
49
|
executables:
|
51
50
|
- rdebug
|
@@ -53,92 +52,49 @@ extensions: []
|
|
53
52
|
extra_rdoc_files:
|
54
53
|
- README
|
55
54
|
files:
|
56
|
-
-
|
57
|
-
|
58
|
-
-
|
59
|
-
|
60
|
-
-
|
61
|
-
|
62
|
-
-
|
63
|
-
|
64
|
-
-
|
65
|
-
|
66
|
-
-
|
67
|
-
|
68
|
-
-
|
69
|
-
|
70
|
-
-
|
71
|
-
|
72
|
-
-
|
73
|
-
|
74
|
-
-
|
75
|
-
|
76
|
-
-
|
77
|
-
|
78
|
-
-
|
79
|
-
|
80
|
-
-
|
81
|
-
|
82
|
-
-
|
83
|
-
|
84
|
-
-
|
85
|
-
|
86
|
-
-
|
87
|
-
|
88
|
-
-
|
89
|
-
|
90
|
-
-
|
91
|
-
|
92
|
-
-
|
93
|
-
|
94
|
-
-
|
95
|
-
|
96
|
-
-
|
97
|
-
|
98
|
-
-
|
99
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvZnJhbWUucmI=
|
100
|
-
- !binary |-
|
101
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvaGVscC5yYg==
|
102
|
-
- !binary |-
|
103
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvaW5mby5yYg==
|
104
|
-
- !binary |-
|
105
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvaXJiLnJi
|
106
|
-
- !binary |-
|
107
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMva2lsbC5yYg==
|
108
|
-
- !binary |-
|
109
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvbGlzdC5yYg==
|
110
|
-
- !binary |-
|
111
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvbWV0aG9kLnJi
|
112
|
-
- !binary |-
|
113
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvcXVpdC5yYg==
|
114
|
-
- !binary |-
|
115
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvcmVsb2FkLnJi
|
116
|
-
- !binary |-
|
117
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvc2F2ZS5yYg==
|
118
|
-
- !binary |-
|
119
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvc2V0LnJi
|
120
|
-
- !binary |-
|
121
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvc2hvdy5yYg==
|
122
|
-
- !binary |-
|
123
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvc291cmNlLnJi
|
124
|
-
- !binary |-
|
125
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvc3RlcHBpbmcucmI=
|
126
|
-
- !binary |-
|
127
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvdGhyZWFkcy5yYg==
|
128
|
-
- !binary |-
|
129
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvdG1hdGUucmI=
|
130
|
-
- !binary |-
|
131
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvdHJhY2UucmI=
|
132
|
-
- !binary |-
|
133
|
-
Y2xpL3J1YnktZGVidWcvY29tbWFuZHMvdmFyaWFibGVzLnJi
|
134
|
-
- !binary |-
|
135
|
-
Q2hhbmdlTG9n
|
136
|
-
- !binary |-
|
137
|
-
YmluL3JkZWJ1Zw==
|
138
|
-
- !binary |-
|
139
|
-
ZG9jL3JkZWJ1Zy4x
|
140
|
-
- !binary |-
|
141
|
-
cmRiZy5yYg==
|
55
|
+
- AUTHORS
|
56
|
+
- CHANGES
|
57
|
+
- LICENSE
|
58
|
+
- README
|
59
|
+
- Rakefile
|
60
|
+
- cli/ruby-debug.rb
|
61
|
+
- cli/ruby-debug/command.rb
|
62
|
+
- cli/ruby-debug/debugger.rb
|
63
|
+
- cli/ruby-debug/helper.rb
|
64
|
+
- cli/ruby-debug/interface.rb
|
65
|
+
- cli/ruby-debug/processor.rb
|
66
|
+
- cli/ruby-debug/commands/breakpoints.rb
|
67
|
+
- cli/ruby-debug/commands/catchpoint.rb
|
68
|
+
- cli/ruby-debug/commands/condition.rb
|
69
|
+
- cli/ruby-debug/commands/continue.rb
|
70
|
+
- cli/ruby-debug/commands/control.rb
|
71
|
+
- cli/ruby-debug/commands/display.rb
|
72
|
+
- cli/ruby-debug/commands/edit.rb
|
73
|
+
- cli/ruby-debug/commands/enable.rb
|
74
|
+
- cli/ruby-debug/commands/eval.rb
|
75
|
+
- cli/ruby-debug/commands/finish.rb
|
76
|
+
- cli/ruby-debug/commands/frame.rb
|
77
|
+
- cli/ruby-debug/commands/help.rb
|
78
|
+
- cli/ruby-debug/commands/info.rb
|
79
|
+
- cli/ruby-debug/commands/irb.rb
|
80
|
+
- cli/ruby-debug/commands/kill.rb
|
81
|
+
- cli/ruby-debug/commands/list.rb
|
82
|
+
- cli/ruby-debug/commands/method.rb
|
83
|
+
- cli/ruby-debug/commands/quit.rb
|
84
|
+
- cli/ruby-debug/commands/reload.rb
|
85
|
+
- cli/ruby-debug/commands/save.rb
|
86
|
+
- cli/ruby-debug/commands/set.rb
|
87
|
+
- cli/ruby-debug/commands/show.rb
|
88
|
+
- cli/ruby-debug/commands/source.rb
|
89
|
+
- cli/ruby-debug/commands/stepping.rb
|
90
|
+
- cli/ruby-debug/commands/threads.rb
|
91
|
+
- cli/ruby-debug/commands/tmate.rb
|
92
|
+
- cli/ruby-debug/commands/trace.rb
|
93
|
+
- cli/ruby-debug/commands/variables.rb
|
94
|
+
- ChangeLog
|
95
|
+
- bin/rdebug
|
96
|
+
- doc/rdebug.1
|
97
|
+
- rdbg.rb
|
142
98
|
homepage: https://github.com/ruby-debug/
|
143
99
|
licenses: []
|
144
100
|
post_install_message:
|
@@ -147,18 +103,16 @@ require_paths:
|
|
147
103
|
- cli
|
148
104
|
required_ruby_version: !ruby/object:Gem::Requirement
|
149
105
|
requirements:
|
150
|
-
- -
|
106
|
+
- - '>='
|
151
107
|
- !ruby/object:Gem::Version
|
108
|
+
version: '0'
|
152
109
|
segments:
|
153
110
|
- 0
|
154
111
|
hash: 2
|
155
|
-
version: !binary |-
|
156
|
-
MA==
|
157
112
|
none: false
|
158
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
159
114
|
requirements:
|
160
|
-
- -
|
161
|
-
Pg==
|
115
|
+
- - '>'
|
162
116
|
- !ruby/object:Gem::Version
|
163
117
|
version: 1.3.1
|
164
118
|
none: false
|