Actions
Bug #23709
closedEnable debug mode in BE
Start date:
2010-10-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
While develop in BE it's difficult to debug for some reasons:
- the loginrefresh request send you every minute to ajax.php
- the concatenate and compress makes it difficult to find occurences of a specifiv file eg in a specific CSS file
With this patch you can set
$TYPO3_CONF_VARS['BE']['debug'] = '1';
and the loginrefresh is disabled, also the pagerenderer is set to debug mode.
(issue imported from #M15966)
Files
Actions