summaryrefslogtreecommitdiff
path: root/it_debug.class
AgeCommit message (Expand)AuthorFilesLines
2016-08-16handle bad utf8 in ED()Urban Müller1-1/+3
2016-07-25prevent useless auto_prepend.php:ED() stack frameUrban Müller1-1/+1
2016-07-13prevent infinite recursions when using ED() in it::replace or ::matchUrban Müller1-4/+4
2016-05-31STDOUT not defined in web mode; remove obsolete workaroundUrban Müller1-2/+1
2016-04-08Also make https and schema-less urls clickable in ED()Christian Schneider1-1/+1
2016-03-10strip space from multiple indendationsUrban Müller1-1/+1
2016-03-01we now have more one-liners, waste less spaceUrban Müller1-1/+1
2016-02-24have ED show short arrays on one lineUrban Müller1-1/+1
2015-10-19show top level in direct calls of it_debug::backtraceUrban Müller1-1/+1
2015-08-10no longer need to correct buggy php line numbersUrban Müller1-3/+0
2015-06-18ignore warnings when used in php -rUrban Müller1-1/+1
2015-06-04PHP starting with 5.6.8 does not need line number hack any moreChristian Schneider1-3/+0
2014-10-23dont match urls across newlinesUrban Müller1-1/+1
2014-10-06indicate new ED-blocks my wider block in frontUrban Müller1-1/+1
2014-10-03plain php compatibilityUrban Müller1-1/+1
2014-10-03simplify ED(), mark debug output with unicode block chars in text outputUrban Müller1-9/+6
2014-08-26allow html in .json files (typically debugged in browser)Urban Müller1-1/+1
2014-07-30treat .json pages (api etc.) as non-html for ED()Christian A. Weber1-1/+1
2014-07-02stricter condition for linking urlsUrban Müller1-2/+2
2014-06-30fix (inconsequential) typoUrban Müller1-1/+1
2014-06-27link urlsUrban Müller1-0/+3
2014-06-13use html for ED's even when url ends with .json - works fine if no applicatio...Christian Helbling1-1/+1
2014-04-10put ED in front of overlaysUrban Müller1-1/+1
2014-02-24no html output for ED() in application/* docsUrban Müller1-1/+1
2013-09-19introduce edplain and edhtml debug parameters to enforce debugging output in ...David Flatz1-3/+1
2013-09-16ED should output plain txt for jsonUrban Müller1-1/+1
2013-07-02Remove generator magic as generators can only be traversed once. Use EDX(iter...Christian Schneider1-6/+0
2013-06-28handle generators in ED()Urban Müller1-0/+6
2013-06-26ignore unloadable files for #! checkUrban Müller1-1/+1
2013-02-25mark static functions staticChristian Helbling1-3/+3
2012-11-28prevent excessive runtimeUrban Müller1-1/+1
2012-03-22output even incorrectly encoded dataUrban Müller1-2/+2
2012-03-20Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibilityChristian Schneider1-2/+2
2012-02-13Replace preg_replace /e modifier with preg_replace_callback: Modified planned...Christian Schneider1-1/+1
2012-01-09style cleanupUrban Müller1-4/+1
2011-12-21protect against overwrite from belowUrban Müller1-1/+1
2011-09-27speedup and lower mem usage for tracesUrban Müller1-15/+10
2011-09-06print err if stackdump not possibleUrban Müller1-1/+3
2011-09-05Fix PHP 5.3.8 problem with is_a() called with string as first argumentChristian Schneider1-1/+1
2011-07-18link feature killed pending validationUrban Müller1-1/+1
2011-06-27fix php line number off by oneUrban Müller1-0/+3
2011-06-10link urlsUrban Müller1-2/+2
2011-06-06use plain output if plain html typeUrban Müller1-1/+1
2011-04-13added colorscheme for dark console backgroundsChristian Helbling1-6/+1
2010-11-04safer date outputUrban Müller1-0/+1
2009-12-30Work around PHP bug 49819: posix_isatty seeks to startChristian Schneider1-0/+1
2009-08-26avoid calling var_export() on $GLOBALS (infinite recursion crash)Christian Weber1-1/+1
2009-04-22Get rid of ereg/split, replaced by preg equivalentsChristian Schneider1-3/+3
2009-02-06Do not need special case for cschneid any more as isatty is good enoughChristian Schneider1-1/+1
2008-12-01forgotton debug codeUrban Müller1-1/+0