Feature #86070
closedRefine DebugExceptionHandler
100%
Description
The DebugExceptionHandler was not changed for a long time.
There are some problems I expirienced using it:
- It does not look nice
- Only the first exception is displayed. Previous exceptions are not shown. Especially for Twig or Doctrine DBAL this is a very important feature since exceptions are chained there
- You cannot see the input parameters of the function / method calls
- The code where the exception is thrown is not shown.
Therefore I took some time to give the DebugExceptionHandler some refinements:
- New design
- Display all exceptions
- Show the arguments of the function / method calls
- Also show the code where the exception is thrown
Old:
New:
Files
Updated by Gerrit Code Review about 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/58110
Updated by Gerrit Code Review about 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/58110
Updated by Markus Klein about 6 years ago
- Project changed from 9 to TYPO3 Core
- Category changed from Development to Backend API
- PHP Version set to 7.2
Updated by Gerrit Code Review about 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/58110
Updated by Gerrit Code Review about 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58110
Updated by Gerrit Code Review about 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58110
Updated by Gerrit Code Review about 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58110
Updated by Gerrit Code Review about 6 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58110
Updated by Anonymous about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fc942ecb878bdf1e6f127a430a9ef8956b51cf47.
Updated by Markus Klein about 6 years ago
- Related to Bug #86211: Fatal error in DebugExceptionHandler added
Updated by Anja Leichsenring about 6 years ago
- Related to Bug #86132: Debug exceptions not scrollable when loaded in backend iframe added
Updated by Anja Leichsenring about 6 years ago
- Related to Task #86236: Debug Exception output design improvements - pretty please added
Updated by Georg Ringer about 6 years ago
- Related to Bug #86879: Strange Extbase Variable Dump "Design" on an Whoops, looks like something went wrong. page added