XDebug Toggler Save

xDebugToggler is a simple macOS menubar app that easily toggles xDebug to run or test your PHP code faster

Project README

Logo

xDebug-Toggler

Screenshoot

Xdebug is a must-have extension for PHP, although sometimes you need to toggle it to make things faster.

xDebugToggler.app for macOS allows you simply toggle xDebug on and off.

You can also restart the system some services while toggling like PHP, Nginx, MySQL that you can choose on the application settings.

If you just work on CLI scripts like testing, you shouldn't need to restart any system service.

πŸš€ Installation

  • Using Homebrew Cask:

    • brew tap deligoez/cask
      brew install --cask xdebug-toggler
      
  • Manual:

    • Download the latest dmg, open, and drag the app to the Applications folder.

πŸ™Œ Usage

You should have an ext-xdebug.ini file on your local PHP config path like /usr/local/etc/php/7.4/conf.d/ext-xdebug.ini

If you defined your xDebug extension directly on the php.ini file, you should remove this line and add an ext-debug.ini file on the conf.d folder.

An example ext-xdebug.ini file can look like that:

[xdebug]
zend_extension="/usr/local/opt/php/pecl/20190902/xdebug.so"

You can also set extra options for your choosen IDE like so:

[xdebug]
zend_extension="/usr/local/opt/php/pecl/20190902/xdebug.so"
xdebug.remote_autostart=1
xdebug.default_enable=1
xdebug.remote_port=9000
xdebug.remote_host=127.0.0.1
xdebug.remote_connect_back=1
xdebug.remote_enable=1
xdebug.idekey=PHPSTORM
xdebug.file_link_format=phpstorm://open?%f:%l

βš™οΈ Settings

Right-click the app's icon on the status bar and choose Settings...

Screenshoot

❓How it works

xDebugToggler simply renames the ext-xdebug.ini file to ext-xdebug.ini.disabled

While restarting services xDebugToggler app uses brew restart service command in the background.

πŸ•΅πŸ»β€β™‚οΈ Troubleshooting

After the first start, you may need to allow the app to open from Security & Privacy preferences.

Allow

If you see a warning that the app can't be opened because Apple cannot check it for malicious software. You can do the following:

Can't open

  • Locate the app on your /Applications folder and right click on it.

Right Click

  • Click the Open while pressing the Option/Alt Key on the keyboard.

Open

  • After that, you will be able to see and click the Open button.

πŸ“„ Requirements

macOS 10.14+

πŸ“– Changelog

Please see CHANGELOG.md for more information on what has changed recently.

🀝 Contributing

Please see CONTRIBUTING.md for details.

πŸ”’ Security and Vulnerability Reporting

For full information and description of our security policy please visit SECURITY.md

πŸŽ‰ Credits

πŸ“„ License

The MIT License (MIT). Please see LICENSE.md for more information.

Open Source Agenda is not affiliated with "XDebug Toggler" Project. README Source: deligoez/xDebug-Toggler
Stars
117
Open Issues
4
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating