module Byebug::EvalFunctions

def run_with_binding

def run_with_binding
  binding = get_binding
  yield binding
end