Short name describing what triggered the graph break
failed to call str() on user defined object
Values or code snippet captured at the break point
str(arg)
Explanation of why the graph break was triggered
User defined object has no str or repr method
Hints on how to resolve the graph break