# File lib/ruby-debug/event_processor.rb, line 34
     def at_line(context, file, line)
       @printer.print_at_line(file, line) if context.nil? || context.stop_reason == :step
       line_event(context, file, line)
     end