wolxxx/xdebug-switcher

enable or disable xdebug, as xdebug helper for chrome is disabled. no further need for browser extensions.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Language:JavaScript

1.1.0 2025-03-06 08:36 UTC

This package is auto-updated.

Last update: 2025-04-06 08:52:58 UTC


README

simple js class for enabling or disabling xdebug cookie

find package at:

  • composer / packagist: https://packagist.org/packages/wolxxx/xdebug-switcher composer require wolxxx/xdebug-switcher
  • npm: https://www.npmjs.com/package/xdebug-switcher npm i xdebug-switcher

    as the chrome extension is dead and it is not very convenient to install extensions, add this xdebug.js snippet to your website and enable or disable xdebug sessions right in the page.

    you may add css styles for .xdebug-helper

    currently only works for phpstorm, as it is needed right now.
    other variations are planned.