module Byebug::Helpers::PathHelper

def bin_file

def bin_file
  @bin_file ||= File.join(root_path, "exe", "byebug")
end