class Byebug::ForcestepSetting


Setting to force changing lines when executing step or next commands.

def banner

def banner
  'Force next/step commands to always move to a new line'
end

def print

def print
  "forced-stepping is #{getter}"
end