Laravel Packages

Herd Xdebug Toggler for Visual Studio Code

Published
Herd Xdebug Toggler for Visual Studio Code image

Herd Xdebug Toggler is a Visual Studio Code extension created by Patrick Levesque for managing Xdebug configurations in Laravel Herd. Its primary function is to enable or disable the Xdebug PHP extension in Herd's PHP configuration files.

This extension provides value, particularly for developers using VS Code without a Herd Pro license. While Herd Pro with PHPStorm already includes this functionality, Herd Xdebug Toggler offers a solution for those who need Xdebug capabilities in the free version.

Features

  • Enable or disable the Xdebug extension for the current project's PHP version using the command palette.
  • Automatically detects breakpoint changes or debug sessions and toggles the Xdebug extension for the current project's PHP version.
  • Restarts Herd services seamlessly when required to apply changes.
  • Customizable detection modes: Choose between detecting breakpoint changes or debug sessions to toggle Xdebug.
  • Support for macOS and Windows.

Installation

Install this extension from the VS Code Marketplace.

Note: You still need to manually add the following to your php.ini in your Herd install:

xdebug.mode=debug,develop
xdebug.start_with_request=yes
xdebug.start_upon_error=yes`

When enabled, the extension will display notifications whenever Xdebug is enabled or disabled.

Learn more about this extension and view the source code on GitHub.

Yannick Lyn Fatt photo

Staff Writer at Laravel News and Full stack web developer.

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article