We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b path: ...
1 parent 1139d78 commit bc97d33Copy full SHA for bc97d33
1 file changed
test/console/break_test.rb
@@ -255,6 +255,17 @@ def test_break_only_stops_when_path_matches
255
end
256
257
258
+ def test_break_only_path
259
+ with_extra_tempfile "foohtml" do |extra_file|
260
+ debug_code(program(extra_file.path)) do
261
+ type "break path: #{extra_file.path}"
262
+ type 'c'
263
+ assert_line_text(/#{extra_file.path}/)
264
265
+ end
266
267
268
+
269
def test_the_path_option_supersede_skip_path_config
270
# skips the extra_file's breakpoint
271
with_extra_tempfile do |extra_file|
0 commit comments