Short name describing what triggered the graph break
Reconstruction of FakeIdVariable
Values or code snippet captured at the break point
str(self.value)
Explanation of why the graph break was triggered
A fake id produced by id() on a compile-time container cannot be reconstructed across a graph break.
Hints on how to resolve the graph break