Tags: profiler

  • Sort by: Date / Title / URL

    1. DBG is a a full-featured php debugger, an interactive tool that helps you debugging php scripts. It works on a production and/or development WEB server and allows you debug your scripts locally or remotely, from an IDE or console You always can download and install the latest version of DBG PHP Debugger from http://dd.cron.ru/dbg/
      2007-12-18 to , , , by MarkTag.com
    2. The Xdebug extension helps you debugging your script by providing a lot of valuable debug information
    3. Xdebug's built-in profiler allows you to find bottlenecks in your script and visualize those with an external tool such as KCacheGrind or WinCacheGrind

    First / Previous / Next / Last / Page 1 of 1