Project

General

Profile

Actions

Bug #78037

closed

debug header not shown

Added by Peter Enzenberger over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-09-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The debug-function from debugUtility is a very useful tool for developers:
typo3\sysext\core\Classes\Utility\DebugUtility.php

But you will NOT see the header-text you set in the debug() parameters.
For debugging this is a heavy drawback: You are not able to distinguish
the values of the listed variables.

So I would guess it would be a good idea to use the
parameters given to the function for the output?

In the last versions of
typo3 v7.6.x and v8.3.x aprox. line 70

#echo self::renderDump($var);
echo self::renderDump($var, sprintf('%s (%s)', $header, $group));

(The renderDump call is taken from the debugInPopUpWindow-call some line down)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #83688: Header of debug in FE is missingClosed2018-01-26

Actions
Actions

Also available in: Atom PDF