View Issue Details

IDProjectCategoryView StatusLast Update
0000112XdebugUncategorizedpublic2020-03-12 17:07
Reporterrubenv Assigned To 
PrioritylowSeverityfeatureReproducibilityalways
Status resolvedResolutionwon't fix 
Summary0000112: Parameter display very long in Firefox
Description

When displaying a call stack with the function params shown, a very long list is shown, mainly becayse of the way

 tags are used.

TagsNo tags attached.
Operating System
PHP Version4.3.10-dev

Activities

rubenv

2005-02-03 12:56

reporter   ~0000224

A screenshot can be found here:

http://files.lambda1.be/screenshots/xdebug-call-stack.png

derick

2005-02-03 13:47

administrator   ~0000225

If you know how to fix this (HTML wise) without using CSS, let me know... I've no idea.

rubenv

2005-02-03 13:57

reporter   ~0000226

code tags could be used for this, they give the same visual formatting as pre, but do not wrap (as far as I know off), so using code instead of pre, and doing nl2br alike stuff on the variables could fix it (I think).

derick

2006-01-24 22:35

administrator   ~0000359

I am not going to change this, as it would break the layout in a very weird way when you're using arrays. They might get broken up strangely if they are not the first argument.