class Byebug::Frame

def c_frame?


Checks whether the frame is a c-frame
def c_frame?
  _binding.nil?
end