The most commonly used 8 PHP debugging tools, 8 Debugging Tools _php Tutorial

Source: Internet
Author: User
Tags php debug php debugging tools

The most commonly used 8 PHP debugging tools, 8 Debugging Tools


Web development is not an easy task, with a super multi-server scripting language available to developers, but the current PHP is becoming more popular because it has some extra powerful features. PHP is one of the most powerful server-side scripting languages, and is the most frequently used language for WEB developers and designers.
PHP has a lot of tools, including testing and optimization tools, documentation tools, code editors, security tools, and also support frameworks and online tools. That's why it's so easy for developers to use it in such a short period of time. Tools always help to simplify and accelerate the development process.

1) Pinba
Pinba is an open source MySQL storage engine, and the main task is to help Web developers monitor the performance of all PHP scripts. Use MySQL as a read-only interface as a real-time monitoring server for PHP.

2) PHP Dyn
PHP Dyn is an amazing extension that helps debug PHP scripts. Its main is to be able to track the execution of the script, but also a PHP developer to provide open-source software.

3) Kint
Kint is another of the best Debugging Tools for debugging PHP scripts, very easy to use, powerful, and PHP Web developers are free to customize.

4) PHP MD
PHPMD can find errors from the source code and can easily solve the problem with a limited set of definition rules.

5) PHP Debug Bar
PHP Debug Bar is another great PHP debugging tool that can display PST data for Web applications.

6) Whoops
Whoops is a more efficient PHP debug library that helps developers build and maintain their projects to make them better. Whoops is also an open source software, with many outstanding features.

7) Xdebug
Xdebug is an extension provided to PHP users with many advanced features, with different types of updates at each moment.

8) Krumo
Krumo is an excellent representation of PHP debugging tools that can display the structure information of any PHP variable.

Enjoy these awesome PHP debugging tools, share your experience, everyone speak freely!


PHP Debugging Tools

PHP Programming "Debug" the firephp. firephp, an accessory component of Firefox, relies on Firebug, and the print value is displayed in the Firebug console. It has two common syntax, 1, direct output fb ($obj); 2. Tracking variable source fb ($obj, trace); Installation instructions: 1, install Firefox 2, install the Firebug accessory component 3, install firephp accessory Assembly 4, Download firephp php files (fb.php and FirePHP.class.php) 5, introduce fb.php into the project, it will automatically introduce FirePHP.class.php, so just (require $dirToFirephp. ' /fb.php '; 6, use 1, when you need to know the value of variable $variable, add a line of FB ($variable) in the project; To ensure that your firebug is enabled, F12 can quickly enable Firebug. 7, use 2, when you need to know the source of the variable $variable, add a line of FB ($variable, TRACE) in the project; It will help you show each associated row from the start of the project to the current row.

PHP Code debugging Tool Nothin Better

With Zend Studio This development tool, this IDE is integrated, but also provides a lot of powerful plug-ins can be installed, want what function can install plug-ins (svn,vsftp .... ), at present I use very handy, recommend the use of this software;

http://www.bkjia.com/PHPjc/840766.html www.bkjia.com true http://www.bkjia.com/PHPjc/840766.html techarticle The most commonly used 8 PHP debugging tools, 8 Debugging Tools Web Development is not an easy task, there is a super multi-server scripting language for developers, but the current PHP because of the extra ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.