class Byebug::CommandProcessor

def at_tracing

def at_tracing
  puts "Tracing: #{context.full_location}"
  run_auto_cmds(2)
end