require 'pry-moves' #require 'pry-nav' require './tracer.rb' def debucher? binding.pry true end def fi(param) a = 2 + 1 puts param end class A def initialize puts :xuilo end def aa bb end def bb #binding.pry k = A.new a = 1 cc end def cc binding.pry end end #trace_events a = 1123 b = binding puts :prepare #binding.pry a = A.new.aa.bb.cc bb = 1 exit pp = 123 if debucher? binding.pry if debucher? binding.pry puts :ok