Foreground js code, you can walk into a method with debugger. If you don't hit debugger outside, you can't get in.

ask the Great God to answer a question:

debugger;
    U.r = function(){debugger;
    $(window).hashchange(function(){
          console.log("in")
    });
    $(window).hashchange();
}
u.r();

is about this method,

Mar.22,2021
Menu