Sublime Text 3 to install the Xdebug

Source: Internet
Author: User
Tags parse error

After the installation is complete, the Xdebug is started, and the warning information is displayed by default, which is inconvenient.

can refer to

Https://github.com/martomo/SublimeTextXdebug/blob/master/Xdebug.sublime-settings

Shielding related information:

{     //Break on exceptions, suspend execution//When the exception name matches a entry in this list value.    "break_on_exception": [        //E_error, E_core_error, E_compile_error, E_user_error        "Fatal Error",        //E_recoverable_error (since PHP 5.2.0)        "catchable fatal error",        //e_warning, e_core_warning, e_compile_warning, e_user_warning//"Warning",//E_parse        "Parse Error",        //E_notice, E_user_notice//"Notice",//e_strict//"Strict standards",//e_deprecated, e_user_deprecated (since PHP 5.3.0)//"Deprecated",//0        "Xdebug",        //default        "Unknown Error"    ]}

Sublime Text 3 to install the Xdebug

Related Article

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.