Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Adam TuttleAdam TuttleComponents
Fix versions
Priority
Major
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Adam Tuttle
Adam TuttleComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created September 8, 2014 at 2:46 PM
Updated November 8, 2014 at 7:32 PM
Resolved November 8, 2014 at 7:32 PM
When dumping ORM Entities, it is critical to use the "top" attribute to prevent the dump from recursing infinitely down into object graphs where it is possible, or even just to prevent it from dumping an unnecessarily huge amount of data (e.g. thousands of child entities) when you only care about the parent.
It would be really nice to be able to do this to keep debug size down: