Bug #87149
closedCannot debug Generator output
100%
Description
If DebuggerUtility::var_dump()
is used on a \Generator
, an error occurs:
Cannot rewind a generator that was already run
This is due to the implicit rewind()
call within DebuggerUtility::renderCollection()
which should be avoided for generators.
Updated by Gerrit Code Review almost 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59132
Updated by Gerrit Code Review almost 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59132
Updated by Gerrit Code Review almost 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59132
Updated by Gerrit Code Review almost 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59134
Updated by Mathias Brodala almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 78c0d4894cc224a5faa99a0669c66e2d2bfa1246.