# Xdebug Support: PHP debugging

**URL:** https://community.kinsta.com/t/xdebug-support-php-debugging/71
**Category:** Feature Requests
**Created:** [January 18, 2021, 2:58pm UTC](https://community.kinsta.com/t/xdebug-support-php-debugging/71 "2021-01-18T14:58:26Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![okkins](https://avatars.discourse-cdn.com/v4/letter/o/73ab20/32.png) [@okkins](https://community.kinsta.com/u/okkins)
#### Post date: [January 21, 2021, 12:16am UTC](https://community.kinsta.com/t/xdebug-support-php-debugging/71/12 "2021-01-21T00:16:13Z")

</div>

Yes, that worked and it installed. Now phpinfo() shows xdebug. However, when I started Visual Studio Code with the following config I’m not getting any debugging:

```
{
            "name": "Listen for XDebug",
            "type": "php",
            "request": "launch",
            "port": 9003,
            "log": true,
        },
```

---

_[View the full topic](https://community.kinsta.com/t/xdebug-support-php-debugging/71)._
