-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create xdebug addon #89
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very similar to a custom command that I have.
@shelane thanks. Yea... it's been hanging out for a while and I figure it'd be nice to share. I could set no option to toggle the state, but figure doing nothing is always... non-destructive. |
Please create in your PR an update to the readme file with this included in alphabetical order in the list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Readme needs update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline comment
xdebug/xdebug
Outdated
fin up | ||
;; | ||
*) | ||
echo "Please tell me 'on' or 'off'." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, just one more nit-picky little thing. For consistency of verbiage with other commands, can you change this to:
"Usage: fin xdebug <on|off>"
and add exit 1
on the next line?
A very simple addon to turn xdebug on or off (that mirrors DDEV's function)