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 #1

Updated by Paul A. Auwehla over 7 years ago

  • Description updated (diff)

In typo3 7.6.14 now this bug in debug ;-)
is still open. Please, could someone replace
the buggy line with the working one?

Updateing from 6.2 to 7.6 and 8.3
with lots of extensions is easier to do with
a fully working unbuggy debug-Utility out-of-the-box ;-)

Actions #2

Updated by Georg Ringer about 6 years ago

  • Status changed from New to Resolved

that has been resolved with #83688 for 9+8.7, no backport for 7 will be done.

Actions #3

Updated by Georg Ringer about 6 years ago

  • Related to Bug #83688: Header of debug in FE is missing added
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF