ruby-debug-ide 0.4.17.beta13 → 0.4.17.beta14
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-ide/commands/catchpoint.rb +0 -4
- data/lib/ruby-debug-ide/version.rb +1 -1
- metadata +34 -56
|
@@ -18,10 +18,6 @@ module Debugger
|
|
|
18
18
|
if 'off' == excn
|
|
19
19
|
Debugger.catchpoints.clear
|
|
20
20
|
else
|
|
21
|
-
binding = @state.context ? get_binding : TOPLEVEL_BINDING
|
|
22
|
-
unless debug_eval("#{excn}.is_a?(Class)", binding)
|
|
23
|
-
print_msg "Warning #{excn} is not known to be a Class"
|
|
24
|
-
end
|
|
25
21
|
Debugger.add_catchpoint(excn)
|
|
26
22
|
print_catchpoint_set(excn)
|
|
27
23
|
end
|
metadata
CHANGED
|
@@ -1,51 +1,43 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-debug-ide
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.4.17.beta14
|
|
5
5
|
prerelease: 7
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 4
|
|
9
|
-
- 17
|
|
10
|
-
- beta
|
|
11
|
-
- 13
|
|
12
|
-
version: 0.4.17.beta13
|
|
13
6
|
platform: ruby
|
|
14
|
-
authors:
|
|
7
|
+
authors:
|
|
15
8
|
- Markus Barchfeld, Martin Krauskopf, Mark Moseley, JetBrains RubyMine Team
|
|
16
9
|
autorequire:
|
|
17
10
|
bindir: bin
|
|
18
11
|
cert_chain: []
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2012-06-25 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
23
15
|
name: rake
|
|
24
|
-
|
|
25
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
26
17
|
none: false
|
|
27
|
-
requirements:
|
|
28
|
-
- -
|
|
29
|
-
- !ruby/object:Gem::Version
|
|
30
|
-
hash: 61
|
|
31
|
-
segments:
|
|
32
|
-
- 0
|
|
33
|
-
- 8
|
|
34
|
-
- 1
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
35
21
|
version: 0.8.1
|
|
36
22
|
type: :runtime
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: 0.8.1
|
|
30
|
+
description: ! 'An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans
|
|
31
|
+
and RubyMine.
|
|
40
32
|
|
|
33
|
+
'
|
|
41
34
|
email: rubymine-feedback@jetbrains.com
|
|
42
|
-
executables:
|
|
35
|
+
executables:
|
|
43
36
|
- rdebug-ide
|
|
44
|
-
extensions:
|
|
37
|
+
extensions:
|
|
45
38
|
- ext/mkrf_conf.rb
|
|
46
39
|
extra_rdoc_files: []
|
|
47
|
-
|
|
48
|
-
files:
|
|
40
|
+
files:
|
|
49
41
|
- CHANGES
|
|
50
42
|
- ChangeLog
|
|
51
43
|
- ChangeLog.archive
|
|
@@ -84,40 +76,26 @@ files:
|
|
|
84
76
|
- lib/ruby-debug-ide.rb
|
|
85
77
|
homepage: https://github.com/JetBrains/ruby-debug-ide
|
|
86
78
|
licenses: []
|
|
87
|
-
|
|
88
79
|
post_install_message:
|
|
89
80
|
rdoc_options: []
|
|
90
|
-
|
|
91
|
-
require_paths:
|
|
81
|
+
require_paths:
|
|
92
82
|
- lib
|
|
93
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
83
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
94
84
|
none: false
|
|
95
|
-
requirements:
|
|
96
|
-
- -
|
|
97
|
-
- !ruby/object:Gem::Version
|
|
98
|
-
hash: 51
|
|
99
|
-
segments:
|
|
100
|
-
- 1
|
|
101
|
-
- 8
|
|
102
|
-
- 2
|
|
85
|
+
requirements:
|
|
86
|
+
- - ! '>='
|
|
87
|
+
- !ruby/object:Gem::Version
|
|
103
88
|
version: 1.8.2
|
|
104
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
90
|
none: false
|
|
106
|
-
requirements:
|
|
107
|
-
- -
|
|
108
|
-
- !ruby/object:Gem::Version
|
|
109
|
-
hash: 25
|
|
110
|
-
segments:
|
|
111
|
-
- 1
|
|
112
|
-
- 3
|
|
113
|
-
- 1
|
|
91
|
+
requirements:
|
|
92
|
+
- - ! '>'
|
|
93
|
+
- !ruby/object:Gem::Version
|
|
114
94
|
version: 1.3.1
|
|
115
95
|
requirements: []
|
|
116
|
-
|
|
117
96
|
rubyforge_project: debug-commons
|
|
118
|
-
rubygems_version: 1.8.
|
|
97
|
+
rubygems_version: 1.8.24
|
|
119
98
|
signing_key:
|
|
120
99
|
specification_version: 3
|
|
121
100
|
summary: IDE interface for ruby-debug.
|
|
122
101
|
test_files: []
|
|
123
|
-
|