Short name describing what triggered the graph break
Read uninitialized cell
Values or code snippet captured at the break point
str(cellvar)
Explanation of why the graph break was triggered
Attempted to read a cell variable that has not been populated yet.
Hints on how to resolve the graph break