Short name describing what triggered the graph break
Comprehension graph break in resume function with captured variables
Values or code snippet captured at the break point
str(analysis.captured_vars)
Explanation of why the graph break was triggered
Cannot use comprehension optimization inside a resume function when there are captured variables. This can cause issues with deeply nested source chains.
Hints on how to resolve the graph break
No hints provided.