Skip to content

Commit a85809a

Browse files
author
Kingdon Barrett
committed
breakpoints do not work with fibers
ruby/debug#490 ruby/debug#486 Hopefully soon we can use fibers and debug gem together, but for now we will have to build testable code so that we can debug inside of tests. Signed-off-by: Kingdon Barrett <[email protected]>
1 parent 65d40b9 commit a85809a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bee_service.rb

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def do_lifting
2525

2626
@json_data = File.read(json_filename)
2727
@last_read = Time.now
28+
binding.break
2829

2930
validate_json
3031
end

0 commit comments

Comments
 (0)