# File lib/ruby-debug/event_processor.rb, line 35
     def at_return(context, file, line)
       @printer.print_at_line(file, line)
       context.stop_frame = -1
       line_event(context, file, line)
     end