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();