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
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.