Some functions are set into variables. And I want to debug what kind of function is set there? However that function can non be changed. In this situation, how should I debug?
var something = returnfunc(); //returnfunc() return function type object
console.log(something);
[Function]