summaryrefslogtreecommitdiff
path: root/it_debug.class
AgeCommit message (Expand)AuthorFilesLines
2019-02-20Add bin/ or cgi/ to xy.php as we may have scripts in both places so 'e' comma...Christian Schneider1-1/+1
2019-02-12Migrate old style constructors to __construct, temporary transition functions...Christian Schneider1-1/+1
2018-10-08put behaviour of --debug in it::getopt into it_debug::set so we can use that ...Christian Helbling1-0/+12
2018-06-27reapply "use safer it:: variants of file funcs", was not the culprit in jussi...Urban Müller1-1/+1
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller1-1/+1
2018-06-21use safer it:: variants of file funcsUrban Müller1-1/+1
2018-05-15allow custom stack tarce for compactionUrban Müller1-1/+2
2017-06-29(mostly) avoid removing newlines inside stringsUrban Müller1-1/+1
2017-01-18expand unix timestamps between 14.07.2017 04:40 and 13.09.2020 14:26 as wellChristian Helbling1-1/+1
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