class Byebug::Context

def location


Current file & line information
def location
  "#{normalize(file)}:#{line}"
end