-
Notifications
You must be signed in to change notification settings - Fork 468
Add xdebug #16
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
Add xdebug #16
Conversation
Hello @meron1122, |
@@ -150,6 +150,10 @@ Run `docker-compose up -d` instead. | |||
|
|||
* Permission problem? See [this doc (Setting up Permission)](http://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup) | |||
|
|||
* How to config Xdebug? | |||
Xdebug is configured out of the box! | |||
Just config your IDE to connect port `9001` and id key `PHPSTORM` |
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.
This needs more clarification.
I have switched the XDebug port in my PHPStorm config to 9001, but I can't seem to get any Debug connections going. Perhaps you'd like to elaborate a little bit on this?
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.
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.
Done that. Configured a server with path mappings etc.
Don't know what I'm missing. I'd love to give maxpou the feedback that this works so he can accept the PR, but I'm too dumb to get it working. :D
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.
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.
I knew I was missing something vital. Thank you so much, it works perfectly! :)
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.
Finaly! :) Regards!.
@maxpou With a little help from @meron1122, I can now confirm that his additions work perfectly. I suggest you accept his PR. 👍 |
Good job and thank you guys :) |
No description provided.