About 14,000 results
Open links in new tab
  1. Xdebug - Debugger and Profiler Tool for PHP

    Xdebug Cloud is a Proxy-as-a-Service, which can help you with complexities with regards to networking. A common use case is having multiple developers, who share a common …

  2. Xdebug: Documentation » Installation

    On Windows, PIE will download the pre-built binaries from a GIT release. In either situation, PIE will also attempt to enable Xdebug by creating an INI file (such as 90-xdebug.ini), or adding …

  3. Xdebug: Documentation

    DBGp Proxy Tool This tool allows you to proxy and route debugging request to IDEs depending on which IDE key is in use. Xdebug Control A command line tool to instruct Xdebug's step …

  4. Xdebug: Documentation » Step Debugging

    If it is not possible for Xdebug to make a direct connection to the IDE due to networking or a firewall, then you can only use the Xdebug Cloud service. This acts like a relay between …

  5. Downloads - Xdebug

    A tool to send commands to interact with Xdebug while a script is running. This allows you to request process information, or instruct Xdebug to initiate a debugging request, or breakpoint.

  6. Xdebug: Support — Tailored Installation Instructions

    This page helps you finding which file to download, and how to configure PHP to get Xdebug running. Please paste the full output of phpinfo () (either a copy & paste of the HTML version, …

  7. Xdebug: Documentation » Profiling

    The legacy names XDEBUG_SESSION (for Step Debugging), XDEBUG_PROFILE (for Profiling), and XDEBUG_TRACE (for Function Trace) can also be used instead of XDEBUG_TRIGGER.

  8. Xdebug: Documentation » All settings

    Some web servers have a configuration option to prevent environment variables from being propagated to PHP and Xdebug. For example, PHP-FPM has a clear_env configuration …

  9. Xdebug: Documentation » Development Helpers

    Filtering # Xdebug includes filtering capabilities for stack traces. A filter either includes, or excludes, paths or class name prefixes (namespaces). You can use a filter to prevent anything …

  10. Updates - Xdebug

    Dec 4, 2025 · Basic profiling added to Xdebug, including three new functions: xdebug_start_profiling () that begins profiling process, xdebug_stop_profiling () that ends the …