-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Issue #33: Add ability to call xDebug via warden for CLI scripts #35
Issue #33: Add ability to call xDebug via warden for CLI scripts #35
Conversation
@molotovbliss Thanks for this! I will try and take a good look at it some time next week. This highlights the need I think (referencing the gist you linked on #33) for adding the ability to setup custom commands on an installation of Warden as well. |
Np, wasn't sure if there was a better way to call |
@molotovbliss I tested these changes out locally and they work great! Thank you for this. |
@mike-keilty If it helps just one person that's awesome in my book. BTW I believe the next warden release has a much more elegant approach than this. (See the referenced issue associated with this pr). Cheers! 🍺 |
…ipts debugging.
a606d94
to
267dff0
Compare
Supports work being done on wardenenv/warden#33 and wardenenv/warden#35
…ug images Supports work being done on wardenenv/warden#33 and wardenenv/warden#35
This PR has been rebased on latest develop and updated to conform to the following (slightly different) take on the original proposed solution:
Big shout out to @wcrb15 for helping ascertain what the remote host should be configured to on Linux systems and to @molotovbliss for getting the ball rolling with the idea of a special debug command. |
Upgrade installation instruction
Feature request enhancement #33