source_code

in lib/pry/byebug/breakpoints.rb [16:19]


        def source_code
          Pry::Code.from_file(source).around(pos, 3).with_marker(pos)
        end