debase 0.0.3 → 0.0.4

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f58be0c551198761c1d38afca67994027edd022c
4
+ data.tar.gz: 1c39be49474d524b804f96e597acc22d479e1087
5
+ SHA512:
6
+ metadata.gz: 11f18a8ab12e7df7b4a17095feaabf06b1d823c07631a24057ed72efb1bcb77eb0138a17883cdc6f5c83a79287a34d1ae85008151d5ae972631e9169e6297458
7
+ data.tar.gz: 8c01f4bfd3bf18a0f0976ba49a8789a3e6b458468d057fcc1ae412d329dbd4ba4cd563a16a9fecd05792db6564974f5e8c2af4a84e99e44b111b411405beba85
@@ -176,6 +176,7 @@ process_line_event(VALUE trace_point, void *data)
176
176
  if(context->stop_next == 0 || context->stop_line == 0 || breakpoint != Qnil) {
177
177
  context->stop_reason = CTX_STOP_STEP;
178
178
  if (breakpoint != Qnil) {
179
+ context->stop_reason = CTX_STOP_BREAKPOINT;
179
180
  rb_funcall(context_object, idAtBreakpoint, 1, breakpoint);
180
181
  }
181
182
  reset_stepping_stop_points(context);
@@ -1,3 +1,3 @@
1
1
  module Debase
2
- VERSION = "0.0.3" unless defined? VERSION
2
+ VERSION = "0.0.4" unless defined? VERSION
3
3
  end
metadata CHANGED
@@ -1,52 +1,48 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
5
- prerelease:
4
+ version: 0.0.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Dennis Ushakov
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-11 00:00:00.000000000 Z
11
+ date: 2013-04-29 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: test-unit
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
- description: ! " debase is a fast implementation of the standard Ruby debugger
47
- debug.rb for Ruby 2.0.\n It is implemented by utilizing a new Ruby TracePoint
48
- class. The core component\n provides support that front-ends can build on. It
49
- provides breakpoint\n handling, bindings for stack frames among other things.\n"
41
+ description: |2
42
+ debase is a fast implementation of the standard Ruby debugger debug.rb for Ruby 2.0.
43
+ It is implemented by utilizing a new Ruby TracePoint class. The core component
44
+ provides support that front-ends can build on. It provides breakpoint
45
+ handling, bindings for stack frames among other things.
50
46
  email:
51
47
  - dennis.ushakov@gmail.com
52
48
  executables: []
@@ -97,27 +93,26 @@ files:
97
93
  - test/test_reload_bug.rb
98
94
  homepage: ''
99
95
  licenses: []
96
+ metadata: {}
100
97
  post_install_message:
101
98
  rdoc_options: []
102
99
  require_paths:
103
100
  - lib
104
101
  required_ruby_version: !ruby/object:Gem::Requirement
105
- none: false
106
102
  requirements:
107
- - - ! '>='
103
+ - - '>='
108
104
  - !ruby/object:Gem::Version
109
105
  version: '0'
110
106
  required_rubygems_version: !ruby/object:Gem::Requirement
111
- none: false
112
107
  requirements:
113
- - - ! '>='
108
+ - - '>='
114
109
  - !ruby/object:Gem::Version
115
110
  version: '0'
116
111
  requirements: []
117
112
  rubyforge_project: debase
118
- rubygems_version: 1.8.24
113
+ rubygems_version: 2.0.3
119
114
  signing_key:
120
- specification_version: 3
115
+ specification_version: 4
121
116
  summary: debase is a fast implementation of the standard Ruby debugger debug.rb for
122
117
  Ruby 2.0
123
118
  test_files: