Short name describing what triggered the graph break
MAKE_CELL on a free variable name
Values or code snippet captured at the break point
MAKE_CELL {inst.argval}
Explanation of why the graph break was triggered
An inlined comprehension creates a cell whose name {inst.argval} is also a free variable of the enclosing function.
Hints on how to resolve the graph break