class Byebug::Command

def get_binding

def get_binding
  @state.context ? @state.context.frame_binding(@state.frame_pos) :
    TOPLEVEL_BINDING
end