Search code examples
xdebug

How to know the xdebug version I have installed?


How to know the xdebug version I have installed?

Regards

Javi


Solution

  • You should be able to do it with a simple test script:

    <?php
      phpinfo();
    ?>
    

    And get output like this:

    Screenshot of phpinfo output