Short name describing what triggered the graph break
User-defined object method with non-function func
Values or code snippet captured at the break point
object={self.value}, name={name}, method={dynamic_subobj}, method.self={dynamic_subobj.self}, method.func={dynamic_subobj.func}
Explanation of why the graph break was triggered
Method {dynamic_subobj} (name={name}) of user-defined object {self.value} has a func ({dynamic_subobj.func}) that is not a function type.
Hints on how to resolve the graph break