79308417

Date: 2024-12-25 23:06:20
Score: 1
Natty:
Report link

As @Garvin Hicking mentioned, xdebug is super helpful, especially in the backend. But if you can't or don't want to run xdebug, just try putting a die() after your debug.


    \TYPO3\CMS\Core\Utility\DebugUtility::debug($whatEver);
    die();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Garvin
Posted by: nito