Actions
Feature #23654
closedProvide function to open debug messages in a popup
Start date:
2010-09-30
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
Problem:
Currently you cannot open debug messages directly in a popup window. This causes two problems:
1) In the backend, you cannot debug extremly huge arrays easily, because the debug console is too slow.
2) In the frontend debug messages are always written into the html code directly.
Solution:
Add a new method t3lib_utility_Debug::debugInPopUpWindow()
How to Test:
Use the method in different browsers and contexts. Also you should try different debug variable types.
(issue imported from #M15868)
Files
Actions