Breaking: #37180 - ExtDirectDebug and $GLOBALS['error'] removed
See forge#37180
Description
The class
\TYPO3\ has been removed and within the change, also the usage of the
global variable
$GLOBALS has been removed.
The following global methods are removed as well:
debugBegin () debugEnd ()
Impact
Accessing the class
\TYPO3\, the global variable
$GLOBALS or the
global methods
debug and
debug will lead to an exception.
Affected Installations
All instances, that use the mentioned class, global methods or access the global variable. The extension scanner of the install tool will find affected extensions.