require 'pry-moves' require './tracer.rb' def fi(param) a = 2 + 1 puts param end class A def initialize hide_from_stack = true puts :xuilo end def kozi puts 'aa2 1' puts 'aa2 2' end def aa debug_redirect = :kozi puts 'aa: step 1' puts 'aa: step 2' kozi end def bb #debug_redirect = :aa puts 'bb: step 1' puts 'bb: step 2' aa end def cc #debug_redirect = :bb hide_from_stack = true koko = :love bb (2..4).each do |i| puts i end puts :two end alias cc_al cc end require './playground.rb' Playground.new.basic_next puts :prepare binding.pry A.new.cc_al A.new.cc_al bb = 1 exit pp = 123 if debucher? binding.pry if debucher? binding.pry puts :ok