How to limit size of cfdump for entities

Viewed 300

Is there away to limit size of cfdump when we're dumping an ORM entity? It seems that cfdump will try to load and display ALL entities related/associated to (as defined in many-to-one or one-to-many relationships) the entity being dumped. Sometimes dumping one single entity can lead to an output of more than 100mb (that's megabytes).

1 Answers
Related