casforums.blogg.se

Using visual studio code debug feature guide
Using visual studio code debug feature guide










PECL is a repository for PHP Extensions, providing a directory of all known extensions and hosting facilities for downloading and development of PHP extensions.

using visual studio code debug feature guide

Install Xdebugįirst, make sure that PECL is installed by running $ which pecl in your terminal. These packages aren’t necessarily required (well, PHP is but the version and how its installed may vary 🙂) but I’ll be using them for walking through the rest of this post. In this post, I’m assuming you’re working with: This is how you can set up Xdebug with a Homebrew-based configuration and Visual Studio Code. If you follow the steps I’ve outlined starting in the previous post, it’s relatively easy though it still requires a little bit of manual work to get started.

using visual studio code debug feature guide

Though I’ve recently become a fan of using Ray ( 1, 2) for much of my lightweight debugging, this doesn’t mean I don’t think it’s important to have Xdebug installed and configured in Visual Studio Code.

using visual studio code debug feature guide

TL DR: This is everything that needs to be done to install Xdebug with a Homebrew-based environment and to work with the software within Visual Studio Code.












Using visual studio code debug feature guide