We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27d651 commit 893ec2aCopy full SHA for 893ec2a
test-base/stepping_breakpoints_test.rb
@@ -84,7 +84,7 @@ def test_step_over
84
assert_test_breakpoint(2)
85
send_next
86
assert_suspension(@test_path, 3, 1)
87
- send_next
+ send_cont
88
end
89
90
def test_step_over_frames
@@ -94,7 +94,7 @@ def test_step_over_frames
94
assert_breakpoint_added_no(1)
95
start_debugger
96
assert_test_breakpoint(3)
97
98
99
100
def test_step_over_frames_value2
@@ -103,7 +103,7 @@ def test_step_over_frames_value2
103
run_to("test2.rb", 3)
104
105
assert_suspension(@test2_path, 4, 2)
106
107
108
109
def test_step_over_in_different_frame
0 commit comments