ruby-debug-ide 0.1.4 → 0.1.5
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/lib/ruby-debug/commands/variables.rb +2 -2
- data/lib/ruby-debug/xml_printer.rb +3 -3
- data/lib/tags +280 -0
- metadata +15 -14
@@ -69,9 +69,9 @@ module Debugger
|
|
69
69
|
obj = debug_eval(@match.post_match)
|
70
70
|
end
|
71
71
|
return unless obj
|
72
|
-
if (obj.
|
72
|
+
if (obj.is_a?(Array)) then
|
73
73
|
print_array(obj)
|
74
|
-
elsif (obj.
|
74
|
+
elsif (obj.is_a?(Hash)) then
|
75
75
|
print_hash(obj)
|
76
76
|
else
|
77
77
|
b = obj.instance_eval{binding()}
|
@@ -94,11 +94,11 @@ module Debugger
|
|
94
94
|
end
|
95
95
|
|
96
96
|
def print_variable(name, value, kind)
|
97
|
-
if
|
97
|
+
if nil == value then
|
98
98
|
print("<variable name=\"%s\" kind=\"%s\"/>\n", CGI.escapeHTML(name), kind)
|
99
99
|
return
|
100
100
|
end
|
101
|
-
if Array
|
101
|
+
if value.is_a?(Array) || value.is_a?(Hash)
|
102
102
|
has_children = !value.empty?
|
103
103
|
unless has_children
|
104
104
|
value_str = "Empty #{value.class}"
|
@@ -234,4 +234,4 @@ module Debugger
|
|
234
234
|
end
|
235
235
|
end
|
236
236
|
end
|
237
|
-
end
|
237
|
+
end
|
data/lib/tags
ADDED
@@ -0,0 +1,280 @@
|
|
1
|
+
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
|
2
|
+
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
|
3
|
+
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
|
4
|
+
!_TAG_PROGRAM_NAME Exuberant Ctags //
|
5
|
+
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
|
6
|
+
!_TAG_PROGRAM_VERSION 5.6 //
|
7
|
+
AddBreakpoint ruby-debug/commands/breakpoints.rb /^ class AddBreakpoint < Command # :nodoc:$/;" c class:Debugger
|
8
|
+
BreakpointsCommand ruby-debug/commands/breakpoints.rb /^ class BreakpointsCommand < Command # :nodoc:$/;" c
|
9
|
+
CatchCommand ruby-debug/commands/catchpoint.rb /^ class CatchCommand < Command # :nodoc:$/;" c class:Debugger
|
10
|
+
Command ruby-debug/command.rb /^ class Command # :nodoc:$/;" c class:Debugger
|
11
|
+
Context ruby-debug.rb /^ class Context$/;" c class:Debugger
|
12
|
+
ContinueCommand ruby-debug/commands/stepping.rb /^ class ContinueCommand < Command # :nodoc:$/;" c
|
13
|
+
ControlCommandProcessor ruby-debug/processor.rb /^ class ControlCommandProcessor # :nodoc:$/;" c class:Debugger
|
14
|
+
ControlState ruby-debug/processor.rb /^ class ControlState # :nodoc:$/;" c class:Debugger
|
15
|
+
Debugger ruby-debug.rb /^module Debugger$/;" m
|
16
|
+
Debugger ruby-debug/command.rb /^module Debugger$/;" m
|
17
|
+
Debugger ruby-debug/commands/breakpoints.rb /^module Debugger$/;" m
|
18
|
+
Debugger ruby-debug/commands/catchpoint.rb /^module Debugger$/;" m
|
19
|
+
Debugger ruby-debug/commands/control.rb /^module Debugger$/;" m
|
20
|
+
Debugger ruby-debug/commands/eval.rb /^module Debugger$/;" m
|
21
|
+
Debugger ruby-debug/commands/frame.rb /^module Debugger$/;" m
|
22
|
+
Debugger ruby-debug/commands/inspect.rb /^module Debugger$/;" m
|
23
|
+
Debugger ruby-debug/commands/load.rb /^module Debugger$/;" m
|
24
|
+
Debugger ruby-debug/commands/stepping.rb /^module Debugger$/;" m
|
25
|
+
Debugger ruby-debug/commands/threads.rb /^module Debugger$/;" m
|
26
|
+
Debugger ruby-debug/commands/variables.rb /^module Debugger$/;" m
|
27
|
+
Debugger ruby-debug/event_processor.rb /^ module Debugger$/;" m
|
28
|
+
Debugger ruby-debug/interface.rb /^module Debugger $/;" m
|
29
|
+
Debugger ruby-debug/processor.rb /^module Debugger$/;" m
|
30
|
+
Debugger ruby-debug/xml_printer.rb /^module Debugger$/;" m
|
31
|
+
DeleteBreakpointCommand ruby-debug/commands/breakpoints.rb /^ class DeleteBreakpointCommand < Command # :nodoc:$/;" c
|
32
|
+
DownCommand ruby-debug/commands/frame.rb /^ class DownCommand < Command # :nodoc:$/;" c
|
33
|
+
EvalCommand ruby-debug/commands/eval.rb /^ class EvalCommand < Command # :nodoc:$/;" c class:Debugger
|
34
|
+
EventProcessor ruby-debug/event_processor.rb /^ class EventProcessor$/;" c class:Debugger
|
35
|
+
Exception ruby-debug.rb /^ class Exception # :nodoc:$/;" c
|
36
|
+
FinishCommand ruby-debug/commands/stepping.rb /^ class FinishCommand < Command # :nodoc:$/;" c
|
37
|
+
FrameCommand ruby-debug/commands/frame.rb /^ class FrameCommand < Command # :nodoc:$/;" c
|
38
|
+
FrameFunctions ruby-debug/commands/frame.rb /^ module FrameFunctions # :nodoc:$/;" m class:Debugger
|
39
|
+
InspectCommand ruby-debug/commands/inspect.rb /^ class InspectCommand < Command$/;" c class:Debugger
|
40
|
+
InterruptCommand ruby-debug/commands/control.rb /^ class InterruptCommand < Command # :nodoc:$/;" c
|
41
|
+
Kernel ruby-debug.rb /^ module Kernel$/;" m
|
42
|
+
LoadCommand ruby-debug/commands/load.rb /^ class LoadCommand < Command $/;" c class:Debugger
|
43
|
+
LocalInterface ruby-debug/interface.rb /^ class LocalInterface # :nodoc:$/;" c class:Debugger
|
44
|
+
NextCommand ruby-debug/commands/stepping.rb /^ class NextCommand < Command # :nodoc:$/;" c class:Debugger
|
45
|
+
PPCommand ruby-debug/commands/eval.rb /^ class PPCommand < Command # :nodoc:$/;" c
|
46
|
+
QuitCommand ruby-debug/commands/control.rb /^ class QuitCommand < Command # :nodoc:$/;" c class:Debugger
|
47
|
+
RemoteInterface ruby-debug/interface.rb /^ class RemoteInterface # :nodoc:$/;" c
|
48
|
+
RestartCommand ruby-debug/commands/control.rb /^ class RestartCommand < Command # :nodoc:$/;" c
|
49
|
+
ScriptInterface ruby-debug/interface.rb /^ class ScriptInterface # :nodoc:$/;" c
|
50
|
+
StartCommand ruby-debug/commands/control.rb /^ class StartCommand < Command # :nodoc:$/;" c
|
51
|
+
State ruby-debug/processor.rb /^ class State # :nodoc:$/;" c class:Debugger
|
52
|
+
StepCommand ruby-debug/commands/stepping.rb /^ class StepCommand < Command # :nodoc:$/;" c
|
53
|
+
ThreadCurrentCommand ruby-debug/commands/threads.rb /^ class ThreadCurrentCommand < Command # :nodoc:$/;" c
|
54
|
+
ThreadListCommand ruby-debug/commands/threads.rb /^ class ThreadListCommand < Command # :nodoc:$/;" c class:Debugger
|
55
|
+
ThreadResumeCommand ruby-debug/commands/threads.rb /^ class ThreadResumeCommand < Command # :nodoc:$/;" c
|
56
|
+
ThreadStopCommand ruby-debug/commands/threads.rb /^ class ThreadStopCommand < Command # :nodoc:$/;" c
|
57
|
+
ThreadSwitchCommand ruby-debug/commands/threads.rb /^ class ThreadSwitchCommand < Command # :nodoc:$/;" c
|
58
|
+
UpCommand ruby-debug/commands/frame.rb /^ class UpCommand < Command # :nodoc:$/;" c
|
59
|
+
VarConstantCommand ruby-debug/commands/variables.rb /^ class VarConstantCommand < Command # :nodoc:$/;" c class:Debugger
|
60
|
+
VarGlobalCommand ruby-debug/commands/variables.rb /^ class VarGlobalCommand < Command # :nodoc:$/;" c
|
61
|
+
VarInstanceCommand ruby-debug/commands/variables.rb /^ class VarInstanceCommand < Command # :nodoc:$/;" c
|
62
|
+
VarLocalCommand ruby-debug/commands/variables.rb /^ class VarLocalCommand < Command # :nodoc:$/;" c
|
63
|
+
WhereCommand ruby-debug/commands/frame.rb /^ class WhereCommand < Command # :nodoc:$/;" c class:Debugger
|
64
|
+
XmlPrinter ruby-debug/xml_printer.rb /^ class XmlPrinter # :nodoc:$/;" c class:Debugger
|
65
|
+
adjust_frame ruby-debug/commands/frame.rb /^ def adjust_frame(frame_pos, absolute)$/;" f class:Debugger.FrameFunctions
|
66
|
+
at_breakpoint ruby-debug.rb /^ def at_breakpoint(breakpoint)$/;" f class:Debugger.Context
|
67
|
+
at_breakpoint ruby-debug/event_processor.rb /^ def at_breakpoint(context, breakpoint)$/;" f class:Debugger.EventProcessor
|
68
|
+
at_catchpoint ruby-debug.rb /^ def at_catchpoint(excpt)$/;" f class:Debugger.Context
|
69
|
+
at_catchpoint ruby-debug/event_processor.rb /^ def at_catchpoint(context, excpt)$/;" f class:Debugger.EventProcessor
|
70
|
+
at_line ruby-debug.rb /^ def at_line(file, line)$/;" f class:Debugger.Context
|
71
|
+
at_line ruby-debug/event_processor.rb /^ def at_line(context, file, line)$/;" f class:Debugger.EventProcessor
|
72
|
+
at_line? ruby-debug/event_processor.rb /^ def at_line?$/;" f class:Debugger.EventProcessor
|
73
|
+
at_tracing ruby-debug.rb /^ def at_tracing(file, line)$/;" f class:Debugger.Context
|
74
|
+
at_tracing ruby-debug/event_processor.rb /^ def at_tracing(context, file, line)$/;" f class:Debugger.EventProcessor
|
75
|
+
binding_n ruby-debug.rb /^ def binding_n(n = 0)$/;" f class:Kernel
|
76
|
+
clear_references ruby-debug/commands/inspect.rb /^ def self.clear_references$/;" F class:Debugger.InspectCommand
|
77
|
+
close ruby-debug/interface.rb /^ def close$/;" f class:Debugger.LocalInterface
|
78
|
+
close ruby-debug/interface.rb /^ def close$/;" f class:RemoteInterface
|
79
|
+
close ruby-debug/interface.rb /^ def close$/;" f class:ScriptInterface
|
80
|
+
commands ruby-debug/command.rb /^ def commands$/;" f class:Debugger.Command
|
81
|
+
confirm ruby-debug/command.rb /^ def confirm(msg)$/;" f class:Debugger
|
82
|
+
confirm ruby-debug/interface.rb /^ def confirm(prompt)$/;" f class:Debugger.LocalInterface
|
83
|
+
confirm ruby-debug/interface.rb /^ def confirm(prompt)$/;" f class:RemoteInterface
|
84
|
+
confirm ruby-debug/interface.rb /^ def confirm(prompt)$/;" f class:ScriptInterface
|
85
|
+
confirm ruby-debug/processor.rb /^ def confirm(*args)$/;" f class:Debugger.ControlState
|
86
|
+
confirm ruby-debug/processor.rb /^ def confirm(*args)$/;" f class:Debugger.State
|
87
|
+
context ruby-debug/processor.rb /^ def context$/;" f class:Debugger.ControlState
|
88
|
+
debug_eval ruby-debug/command.rb /^ def debug_eval(str, b = get_binding)$/;" f class:Debugger
|
89
|
+
debug_silent_eval ruby-debug/command.rb /^ def debug_silent_eval(str)$/;" f class:Debugger
|
90
|
+
debugger ruby-debug.rb /^ def debugger(steps = 1)$/;" f class:Kernel
|
91
|
+
execute ruby-debug/commands/breakpoints.rb /^ def execute$/;" f class:BreakpointsCommand
|
92
|
+
execute ruby-debug/commands/breakpoints.rb /^ def execute$/;" f class:Debugger.AddBreakpoint
|
93
|
+
execute ruby-debug/commands/breakpoints.rb /^ def execute$/;" f class:DeleteBreakpointCommand
|
94
|
+
execute ruby-debug/commands/catchpoint.rb /^ def execute$/;" f class:Debugger.CatchCommand
|
95
|
+
execute ruby-debug/commands/control.rb /^ def execute$/;" f class:Debugger.QuitCommand
|
96
|
+
execute ruby-debug/commands/control.rb /^ def execute$/;" f class:InterruptCommand
|
97
|
+
execute ruby-debug/commands/control.rb /^ def execute$/;" f class:RestartCommand
|
98
|
+
execute ruby-debug/commands/control.rb /^ def execute$/;" f class:StartCommand
|
99
|
+
execute ruby-debug/commands/eval.rb /^ def execute$/;" f class:Debugger.EvalCommand
|
100
|
+
execute ruby-debug/commands/eval.rb /^ def execute$/;" f class:PPCommand
|
101
|
+
execute ruby-debug/commands/frame.rb /^ def execute$/;" f class:Debugger.WhereCommand
|
102
|
+
execute ruby-debug/commands/frame.rb /^ def execute$/;" f class:DownCommand
|
103
|
+
execute ruby-debug/commands/frame.rb /^ def execute$/;" f class:FrameCommand
|
104
|
+
execute ruby-debug/commands/frame.rb /^ def execute$/;" f class:UpCommand
|
105
|
+
execute ruby-debug/commands/inspect.rb /^ def execute$/;" f class:Debugger.InspectCommand
|
106
|
+
execute ruby-debug/commands/load.rb /^ def execute$/;" f class:Debugger.LoadCommand
|
107
|
+
execute ruby-debug/commands/stepping.rb /^ def execute$/;" f class:ContinueCommand
|
108
|
+
execute ruby-debug/commands/stepping.rb /^ def execute$/;" f class:Debugger.NextCommand
|
109
|
+
execute ruby-debug/commands/stepping.rb /^ def execute$/;" f class:FinishCommand
|
110
|
+
execute ruby-debug/commands/stepping.rb /^ def execute$/;" f class:StepCommand
|
111
|
+
execute ruby-debug/commands/threads.rb /^ def execute$/;" f class:Debugger.ThreadListCommand
|
112
|
+
execute ruby-debug/commands/threads.rb /^ def execute$/;" f class:ThreadCurrentCommand
|
113
|
+
execute ruby-debug/commands/threads.rb /^ def execute$/;" f class:ThreadResumeCommand
|
114
|
+
execute ruby-debug/commands/threads.rb /^ def execute$/;" f class:ThreadStopCommand
|
115
|
+
execute ruby-debug/commands/threads.rb /^ def execute$/;" f class:ThreadSwitchCommand
|
116
|
+
execute ruby-debug/commands/variables.rb /^ def execute$/;" f class:Debugger.VarConstantCommand
|
117
|
+
execute ruby-debug/commands/variables.rb /^ def execute$/;" f class:VarGlobalCommand
|
118
|
+
execute ruby-debug/commands/variables.rb /^ def execute$/;" f class:VarInstanceCommand
|
119
|
+
execute ruby-debug/commands/variables.rb /^ def execute$/;" f class:VarLocalCommand
|
120
|
+
file ruby-debug/processor.rb /^ def file$/;" f class:Debugger.ControlState
|
121
|
+
get_binding ruby-debug/command.rb /^ def get_binding$/;" f class:Debugger
|
122
|
+
get_context ruby-debug/command.rb /^ def get_context(thnum)$/;" f class:Debugger
|
123
|
+
get_int ruby-debug/commands/frame.rb /^ def get_int(str, cmd)$/;" f class:Debugger.FrameFunctions
|
124
|
+
hbinding ruby-debug/command.rb /^ def hbinding(hash)$/;" f class:Debugger
|
125
|
+
help ruby-debug/commands/breakpoints.rb /^ def help(cmd)$/;" f class:BreakpointsCommand
|
126
|
+
help ruby-debug/commands/breakpoints.rb /^ def help(cmd)$/;" f class:Debugger.AddBreakpoint
|
127
|
+
help ruby-debug/commands/breakpoints.rb /^ def help(cmd)$/;" f class:DeleteBreakpointCommand
|
128
|
+
help ruby-debug/commands/catchpoint.rb /^ def help(cmd)$/;" f class:Debugger.CatchCommand
|
129
|
+
help ruby-debug/commands/control.rb /^ def help(cmd)$/;" f class:Debugger.QuitCommand
|
130
|
+
help ruby-debug/commands/control.rb /^ def help(cmd)$/;" f class:InterruptCommand
|
131
|
+
help ruby-debug/commands/control.rb /^ def help(cmd)$/;" f class:RestartCommand
|
132
|
+
help ruby-debug/commands/control.rb /^ def help(cmd)$/;" f class:StartCommand
|
133
|
+
help ruby-debug/commands/eval.rb /^ def help(cmd)$/;" f class:Debugger.EvalCommand
|
134
|
+
help ruby-debug/commands/eval.rb /^ def help(cmd)$/;" f class:PPCommand
|
135
|
+
help ruby-debug/commands/frame.rb /^ def help(cmd)$/;" f class:Debugger.WhereCommand
|
136
|
+
help ruby-debug/commands/frame.rb /^ def help(cmd)$/;" f class:DownCommand
|
137
|
+
help ruby-debug/commands/frame.rb /^ def help(cmd)$/;" f class:FrameCommand
|
138
|
+
help ruby-debug/commands/frame.rb /^ def help(cmd)$/;" f class:UpCommand
|
139
|
+
help ruby-debug/commands/stepping.rb /^ def help(cmd)$/;" f class:ContinueCommand
|
140
|
+
help ruby-debug/commands/stepping.rb /^ def help(cmd)$/;" f class:Debugger.NextCommand
|
141
|
+
help ruby-debug/commands/stepping.rb /^ def help(cmd)$/;" f class:FinishCommand
|
142
|
+
help ruby-debug/commands/stepping.rb /^ def help(cmd)$/;" f class:StepCommand
|
143
|
+
help ruby-debug/commands/threads.rb /^ def help(cmd)$/;" f class:Debugger.ThreadListCommand
|
144
|
+
help ruby-debug/commands/threads.rb /^ def help(cmd)$/;" f class:ThreadCurrentCommand
|
145
|
+
help ruby-debug/commands/threads.rb /^ def help(cmd)$/;" f class:ThreadResumeCommand
|
146
|
+
help ruby-debug/commands/threads.rb /^ def help(cmd)$/;" f class:ThreadStopCommand
|
147
|
+
help ruby-debug/commands/threads.rb /^ def help(cmd)$/;" f class:ThreadSwitchCommand
|
148
|
+
help ruby-debug/commands/variables.rb /^ def help(cmd)$/;" f class:Debugger.VarConstantCommand
|
149
|
+
help ruby-debug/commands/variables.rb /^ def help(cmd)$/;" f class:VarGlobalCommand
|
150
|
+
help ruby-debug/commands/variables.rb /^ def help(cmd)$/;" f class:VarInstanceCommand
|
151
|
+
help ruby-debug/commands/variables.rb /^ def help(cmd)$/;" f class:VarLocalCommand
|
152
|
+
help_command ruby-debug/commands/breakpoints.rb /^ def help_command$/;" f class:BreakpointsCommand
|
153
|
+
help_command ruby-debug/commands/breakpoints.rb /^ def help_command$/;" f class:Debugger.AddBreakpoint
|
154
|
+
help_command ruby-debug/commands/breakpoints.rb /^ def help_command$/;" f class:DeleteBreakpointCommand
|
155
|
+
help_command ruby-debug/commands/catchpoint.rb /^ def help_command$/;" f class:Debugger.CatchCommand
|
156
|
+
help_command ruby-debug/commands/control.rb /^ def help_command$/;" f class:Debugger.QuitCommand
|
157
|
+
help_command ruby-debug/commands/control.rb /^ def help_command$/;" f class:InterruptCommand
|
158
|
+
help_command ruby-debug/commands/control.rb /^ def help_command$/;" f class:RestartCommand
|
159
|
+
help_command ruby-debug/commands/control.rb /^ def help_command$/;" f class:StartCommand
|
160
|
+
help_command ruby-debug/commands/eval.rb /^ def help_command$/;" f class:Debugger.EvalCommand
|
161
|
+
help_command ruby-debug/commands/eval.rb /^ def help_command$/;" f class:PPCommand
|
162
|
+
help_command ruby-debug/commands/frame.rb /^ def help_command$/;" f class:Debugger.WhereCommand
|
163
|
+
help_command ruby-debug/commands/frame.rb /^ def help_command$/;" f class:DownCommand
|
164
|
+
help_command ruby-debug/commands/frame.rb /^ def help_command$/;" f class:FrameCommand
|
165
|
+
help_command ruby-debug/commands/frame.rb /^ def help_command$/;" f class:UpCommand
|
166
|
+
help_command ruby-debug/commands/stepping.rb /^ def help_command$/;" f class:ContinueCommand
|
167
|
+
help_command ruby-debug/commands/stepping.rb /^ def help_command$/;" f class:Debugger.NextCommand
|
168
|
+
help_command ruby-debug/commands/stepping.rb /^ def help_command$/;" f class:FinishCommand
|
169
|
+
help_command ruby-debug/commands/stepping.rb /^ def help_command$/;" f class:StepCommand
|
170
|
+
help_command ruby-debug/commands/threads.rb /^ def help_command$/;" f class:Debugger.ThreadListCommand
|
171
|
+
help_command ruby-debug/commands/threads.rb /^ def help_command$/;" f class:ThreadCurrentCommand
|
172
|
+
help_command ruby-debug/commands/threads.rb /^ def help_command$/;" f class:ThreadResumeCommand
|
173
|
+
help_command ruby-debug/commands/threads.rb /^ def help_command$/;" f class:ThreadStopCommand
|
174
|
+
help_command ruby-debug/commands/threads.rb /^ def help_command$/;" f class:ThreadSwitchCommand
|
175
|
+
help_command ruby-debug/commands/variables.rb /^ def help_command$/;" f class:Debugger.VarConstantCommand
|
176
|
+
help_command ruby-debug/commands/variables.rb /^ def help_command$/;" f class:VarGlobalCommand
|
177
|
+
help_command ruby-debug/commands/variables.rb /^ def help_command$/;" f class:VarInstanceCommand
|
178
|
+
help_command ruby-debug/commands/variables.rb /^ def help_command$/;" f class:VarLocalCommand
|
179
|
+
inherited ruby-debug/command.rb /^ def inherited(klass)$/;" f class:Debugger.Command
|
180
|
+
initialize ruby-debug/command.rb /^ def initialize(state, printer)$/;" f class:Debugger
|
181
|
+
initialize ruby-debug/event_processor.rb /^ def initialize(interface)$/;" f class:Debugger.EventProcessor
|
182
|
+
initialize ruby-debug/interface.rb /^ def initialize(file, out)$/;" f class:ScriptInterface
|
183
|
+
initialize ruby-debug/interface.rb /^ def initialize(socket)$/;" f class:RemoteInterface
|
184
|
+
initialize ruby-debug/processor.rb /^ def initialize$/;" f class:Debugger.State
|
185
|
+
initialize ruby-debug/processor.rb /^ def initialize(interface)$/;" f class:Debugger.ControlCommandProcessor
|
186
|
+
initialize ruby-debug/processor.rb /^ def initialize(interface, commands)$/;" f class:Debugger.ControlState
|
187
|
+
initialize ruby-debug/xml_printer.rb /^ def initialize(interface)$/;" f class:Debugger.XmlPrinter
|
188
|
+
interrupt ruby-debug.rb /^ def interrupt$/;" f class:Debugger
|
189
|
+
interrupt ruby-debug.rb /^ def interrupt$/;" f class:Debugger.Context
|
190
|
+
interrupt_last ruby-debug.rb /^ def interrupt_last$/;" f class:Debugger
|
191
|
+
line_at ruby-debug/command.rb /^ def line_at(file, line)$/;" f class:Debugger
|
192
|
+
load_commands ruby-debug/command.rb /^ def load_commands$/;" f class:Debugger.Command
|
193
|
+
main ruby-debug.rb /^ def main(host, port)$/;" f class:Debugger
|
194
|
+
match ruby-debug/command.rb /^ def match(input)$/;" f class:Debugger
|
195
|
+
match ruby-debug/commands/eval.rb /^ def match(input)$/;" f class:Debugger.EvalCommand
|
196
|
+
method_missing ruby-debug/command.rb /^ def method_missing(meth, *args, &block)$/;" f class:Debugger.Command
|
197
|
+
method_missing ruby-debug/command.rb /^ def method_missing(meth, *args, &block)$/;" f class:Debugger
|
198
|
+
options ruby-debug/command.rb /^ def options$/;" f class:Debugger.Command
|
199
|
+
print ruby-debug/command.rb /^ def print(*args)$/;" f class:Debugger
|
200
|
+
print ruby-debug/interface.rb /^ def print(*args)$/;" f class:Debugger.LocalInterface
|
201
|
+
print ruby-debug/interface.rb /^ def print(*args)$/;" f class:RemoteInterface
|
202
|
+
print ruby-debug/interface.rb /^ def print(*args)$/;" f class:ScriptInterface
|
203
|
+
print ruby-debug/processor.rb /^ def print(*args)$/;" f class:Debugger.ControlCommandProcessor
|
204
|
+
print ruby-debug/processor.rb /^ def print(*args)$/;" f class:Debugger.ControlState
|
205
|
+
print ruby-debug/processor.rb /^ def print(*args)$/;" f class:Debugger.State
|
206
|
+
print ruby-debug/xml_printer.rb /^ def print(*params)$/;" f class:Debugger.XmlPrinter
|
207
|
+
print_array ruby-debug/xml_printer.rb /^ def print_array(array)$/;" f class:Debugger.XmlPrinter
|
208
|
+
print_at_line ruby-debug/xml_printer.rb /^ def print_at_line(file, line)$/;" f class:Debugger.XmlPrinter
|
209
|
+
print_breakpoint ruby-debug/xml_printer.rb /^ def print_breakpoint(n, breakpoint)$/;" f class:Debugger.XmlPrinter
|
210
|
+
print_breakpoint_added ruby-debug/xml_printer.rb /^ def print_breakpoint_added(b)$/;" f class:Debugger.XmlPrinter
|
211
|
+
print_breakpoint_deleted ruby-debug/xml_printer.rb /^ def print_breakpoint_deleted(b)$/;" f class:Debugger.XmlPrinter
|
212
|
+
print_breakpoints ruby-debug/xml_printer.rb /^ def print_breakpoints(breakpoints)$/;" f class:Debugger.XmlPrinter
|
213
|
+
print_catchpoint ruby-debug/xml_printer.rb /^ def print_catchpoint(exception)$/;" f class:Debugger.XmlPrinter
|
214
|
+
print_context ruby-debug/xml_printer.rb /^ def print_context(context)$/;" f class:Debugger.XmlPrinter
|
215
|
+
print_contexts ruby-debug/xml_printer.rb /^ def print_contexts(contexts)$/;" f class:Debugger.XmlPrinter
|
216
|
+
print_current_frame ruby-debug/xml_printer.rb /^ def print_current_frame(context, frame_pos)$/;" f class:Debugger.XmlPrinter
|
217
|
+
print_debug ruby-debug/xml_printer.rb /^ def print_debug(*args)$/;" f class:Debugger.XmlPrinter
|
218
|
+
print_element ruby-debug/xml_printer.rb /^ def print_element(name)$/;" f class:Debugger.XmlPrinter
|
219
|
+
print_error ruby-debug/xml_printer.rb /^ def print_error(*args)$/;" f class:Debugger.XmlPrinter
|
220
|
+
print_eval ruby-debug/xml_printer.rb /^ def print_eval(exp, value)$/;" f class:Debugger.XmlPrinter
|
221
|
+
print_exception ruby-debug/xml_printer.rb /^ def print_exception(exception, binding)$/;" f class:Debugger.XmlPrinter
|
222
|
+
print_expression ruby-debug/xml_printer.rb /^ def print_expression(exp, value, idx)$/;" f class:Debugger.XmlPrinter
|
223
|
+
print_expressions ruby-debug/xml_printer.rb /^ def print_expressions(exps)$/;" f class:Debugger.XmlPrinter
|
224
|
+
print_frame ruby-debug/xml_printer.rb /^ def print_frame(context, idx, cur_idx)$/;" f class:Debugger.XmlPrinter
|
225
|
+
print_frames ruby-debug/xml_printer.rb /^ def print_frames(context, cur_idx)$/;" f class:Debugger.XmlPrinter
|
226
|
+
print_hash ruby-debug/xml_printer.rb /^ def print_hash(hash)$/;" f class:Debugger.XmlPrinter
|
227
|
+
print_inspect ruby-debug/xml_printer.rb /^ def print_inspect(eval_result)$/;" f class:Debugger.XmlPrinter
|
228
|
+
print_list ruby-debug/xml_printer.rb /^ def print_list(b, e, file, line)$/;" f class:Debugger.XmlPrinter
|
229
|
+
print_load_result ruby-debug/xml_printer.rb /^ def print_load_result(file, exception=nil)$/;" f class:Debugger.XmlPrinter
|
230
|
+
print_methods ruby-debug/xml_printer.rb /^ def print_methods(methods)$/;" f class:Debugger.XmlPrinter
|
231
|
+
print_msg ruby-debug/xml_printer.rb /^ def print_msg(*args)$/;" f class:Debugger.XmlPrinter
|
232
|
+
print_pp ruby-debug/xml_printer.rb /^ def print_pp(exp, value)$/;" f class:Debugger.XmlPrinter
|
233
|
+
print_trace ruby-debug/xml_printer.rb /^ def print_trace(context, file, line)$/;" f class:Debugger.XmlPrinter
|
234
|
+
print_variable ruby-debug/xml_printer.rb /^ def print_variable(name, value, kind)$/;" f class:Debugger.XmlPrinter
|
235
|
+
print_variables ruby-debug/xml_printer.rb /^ def print_variables(vars, kind)$/;" f class:Debugger.XmlPrinter
|
236
|
+
proceed ruby-debug/processor.rb /^ def proceed$/;" f class:Debugger.ControlState
|
237
|
+
proceed ruby-debug/processor.rb /^ def proceed$/;" f class:Debugger.State
|
238
|
+
proceed? ruby-debug/processor.rb /^ def proceed?$/;" f class:Debugger.State
|
239
|
+
process_commands ruby-debug/processor.rb /^ def process_commands$/;" f class:Debugger.ControlCommandProcessor
|
240
|
+
process_context_commands ruby-debug/processor.rb /^ def process_context_commands(input)$/;" f class:Debugger.ControlCommandProcessor
|
241
|
+
processor ruby-debug.rb /^ def processor$/;" f class:Debugger.Context
|
242
|
+
read_command ruby-debug/interface.rb /^ def read_command(prompt)$/;" f class:Debugger.LocalInterface
|
243
|
+
read_command ruby-debug/interface.rb /^ def read_command(prompt)$/;" f class:RemoteInterface
|
244
|
+
read_command ruby-debug/interface.rb /^ def read_command(prompt)$/;" f class:ScriptInterface
|
245
|
+
readline ruby-debug/interface.rb /^ def readline(prompt, hist)$/;" f class:Debugger.LocalInterface
|
246
|
+
reference_result ruby-debug/commands/inspect.rb /^ def self.reference_result(result)$/;" F class:Debugger.InspectCommand
|
247
|
+
regexp ruby-debug/commands/breakpoints.rb /^ def regexp$/;" f class:BreakpointsCommand
|
248
|
+
regexp ruby-debug/commands/breakpoints.rb /^ def regexp$/;" f class:Debugger.AddBreakpoint
|
249
|
+
regexp ruby-debug/commands/breakpoints.rb /^ def regexp$/;" f class:DeleteBreakpointCommand
|
250
|
+
regexp ruby-debug/commands/catchpoint.rb /^ def regexp$/;" f class:Debugger.CatchCommand
|
251
|
+
regexp ruby-debug/commands/control.rb /^ def regexp$/;" f class:Debugger.QuitCommand
|
252
|
+
regexp ruby-debug/commands/control.rb /^ def regexp$/;" f class:InterruptCommand
|
253
|
+
regexp ruby-debug/commands/control.rb /^ def regexp$/;" f class:RestartCommand
|
254
|
+
regexp ruby-debug/commands/control.rb /^ def regexp$/;" f class:StartCommand
|
255
|
+
regexp ruby-debug/commands/eval.rb /^ def regexp$/;" f class:Debugger.EvalCommand
|
256
|
+
regexp ruby-debug/commands/eval.rb /^ def regexp$/;" f class:PPCommand
|
257
|
+
regexp ruby-debug/commands/frame.rb /^ def regexp$/;" f class:Debugger.WhereCommand
|
258
|
+
regexp ruby-debug/commands/frame.rb /^ def regexp$/;" f class:DownCommand
|
259
|
+
regexp ruby-debug/commands/frame.rb /^ def regexp$/;" f class:FrameCommand
|
260
|
+
regexp ruby-debug/commands/frame.rb /^ def regexp$/;" f class:UpCommand
|
261
|
+
regexp ruby-debug/commands/inspect.rb /^ def regexp$/;" f class:Debugger.InspectCommand
|
262
|
+
regexp ruby-debug/commands/load.rb /^ def regexp$/;" f class:Debugger.LoadCommand
|
263
|
+
regexp ruby-debug/commands/stepping.rb /^ def regexp$/;" f class:ContinueCommand
|
264
|
+
regexp ruby-debug/commands/stepping.rb /^ def regexp$/;" f class:Debugger.NextCommand
|
265
|
+
regexp ruby-debug/commands/stepping.rb /^ def regexp$/;" f class:FinishCommand
|
266
|
+
regexp ruby-debug/commands/stepping.rb /^ def regexp$/;" f class:StepCommand
|
267
|
+
regexp ruby-debug/commands/threads.rb /^ def regexp$/;" f class:Debugger.ThreadListCommand
|
268
|
+
regexp ruby-debug/commands/threads.rb /^ def regexp$/;" f class:ThreadCurrentCommand
|
269
|
+
regexp ruby-debug/commands/threads.rb /^ def regexp$/;" f class:ThreadResumeCommand
|
270
|
+
regexp ruby-debug/commands/threads.rb /^ def regexp$/;" f class:ThreadStopCommand
|
271
|
+
regexp ruby-debug/commands/threads.rb /^ def regexp$/;" f class:ThreadSwitchCommand
|
272
|
+
regexp ruby-debug/commands/variables.rb /^ def regexp$/;" f class:Debugger.VarConstantCommand
|
273
|
+
regexp ruby-debug/commands/variables.rb /^ def regexp$/;" f class:VarGlobalCommand
|
274
|
+
regexp ruby-debug/commands/variables.rb /^ def regexp$/;" f class:VarInstanceCommand
|
275
|
+
regexp ruby-debug/commands/variables.rb /^ def regexp$/;" f class:VarLocalCommand
|
276
|
+
run_prog_script ruby-debug.rb /^ def run_prog_script$/;" f class:Debugger
|
277
|
+
send_command ruby-debug/interface.rb /^ def send_command(msg)$/;" f class:RemoteInterface
|
278
|
+
splitter ruby-debug/processor.rb /^ def splitter$/;" f class:Debugger.ControlCommandProcessor
|
279
|
+
start_control ruby-debug.rb /^ def start_control(host, port)$/;" f class:Debugger
|
280
|
+
timeout ruby-debug/command.rb /^ def timeout(sec)$/;" f class:Debugger
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.9.
|
2
|
+
rubygems_version: 0.9.3
|
3
3
|
specification_version: 1
|
4
4
|
name: ruby-debug-ide
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.1.
|
7
|
-
date: 2007-05-
|
6
|
+
version: 0.1.5
|
7
|
+
date: 2007-05-23 16:28:56 +02:00
|
8
8
|
summary: IDE interface for ruby-debug.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -32,24 +32,25 @@ files:
|
|
32
32
|
- README
|
33
33
|
- bin/rdebug-ide
|
34
34
|
- lib/ruby-debug
|
35
|
-
- lib/ruby-debug.rb
|
36
|
-
- lib/ruby-debug/commands
|
37
|
-
- lib/ruby-debug/command.rb
|
38
|
-
- lib/ruby-debug/event_processor.rb
|
39
|
-
- lib/ruby-debug/interface.rb
|
40
35
|
- lib/ruby-debug/xml_printer.rb
|
41
|
-
- lib/ruby-debug/
|
36
|
+
- lib/ruby-debug/command.rb
|
42
37
|
- lib/ruby-debug/processor.rb
|
38
|
+
- lib/ruby-debug/commands
|
43
39
|
- lib/ruby-debug/commands/load.rb
|
44
|
-
- lib/ruby-debug/commands/control.rb
|
45
40
|
- lib/ruby-debug/commands/breakpoints.rb
|
46
|
-
- lib/ruby-debug/commands/inspect.rb
|
47
|
-
- lib/ruby-debug/commands/eval.rb
|
48
41
|
- lib/ruby-debug/commands/variables.rb
|
49
|
-
- lib/ruby-debug/commands/
|
50
|
-
- lib/ruby-debug/commands/frame.rb
|
42
|
+
- lib/ruby-debug/commands/control.rb
|
51
43
|
- lib/ruby-debug/commands/threads.rb
|
44
|
+
- lib/ruby-debug/commands/stepping.rb
|
45
|
+
- lib/ruby-debug/commands/eval.rb
|
52
46
|
- lib/ruby-debug/commands/catchpoint.rb
|
47
|
+
- lib/ruby-debug/commands/frame.rb
|
48
|
+
- lib/ruby-debug/commands/inspect.rb
|
49
|
+
- lib/ruby-debug/interface.rb
|
50
|
+
- lib/ruby-debug/printers.rb
|
51
|
+
- lib/ruby-debug/event_processor.rb
|
52
|
+
- lib/tags
|
53
|
+
- lib/ruby-debug.rb
|
53
54
|
test_files: []
|
54
55
|
|
55
56
|
rdoc_options: []
|