Last active
February 12, 2019 12:13
-
-
Save Digi92/5a9ae67f9c21ae0daf218cd98bd2d464 to your computer and use it in GitHub Desktop.
Scheduler Task Run over CLI with xDebug
URL: https://www.evoweb.de/typo3-entwicklung/extensions/cli-remote-debugging-mit-phpstorm.html
https://docs.typo3.org/typo3cms/extensions/scheduler/7.6/Installation/SchedulerShellScript/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OLD: export PHP_IDE_CONFIG="serverName=example.dev"; /Applications/MAMP/bin/php/php7.0.12/bin/php -dxdebug.remote_autostart=1 -dxdebug.remote_host=127.0.0.1 /Volumes/Daten/Work/Example/htdocs/typo3/cli_dispatch.phpsh extbase example:cache:cleare exampleenviorment exampleenviorment | |
| NEW: export PHP_IDE_CONFIG="serverName=example.dev"; /Applications/MAMP/bin/php/php7.0.12/bin/php -dxdebug.remote_autostart=1 -dxdebug.remote_host=127.0.0.1 /Volumes/Daten/Work/Example/htdocs/typo3/cli_dispatch.phpsh extbase exampleenviorment example:cache:cleare |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment