class Byebug::Command

def get_binding(pos = @state.frame)

def get_binding(pos = @state.frame)
  @state.context ? @state.context.frame_binding(pos) : TOPLEVEL_BINDING
end