class Byebug::Context

def full_location


Current file, line and source code information
def full_location
  return location if virtual_file?(file)
  "#{location} #{get_line(file, line)}"
end