-
Notifications
You must be signed in to change notification settings - Fork 63
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
Ide phpstorm debugging #344
base: main
Are you sure you want to change the base?
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨Explore these optional code suggestions:
|
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.
Do you have links to existing documentation? so that even if this documentation is outdated the read might have a resource with an update documentation, maybe provided by phpstorm or xdebug?
Please add such links to documentation.
@@ -0,0 +1,142 @@ | |||
Debugging | |||
======== |
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.
======== | |
========= |
:::note | ||
|
||
After you have changed some settings make sure to save & restart your MAMP Server. | ||
|
||
::: |
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.
:::note | |
After you have changed some settings make sure to save & restart your MAMP Server. | |
::: | |
:::note | |
After you have changed some settings make sure to save & restart your MAMP Server. | |
::: |
|
||
In this new Project select `Run` from the Main Menu and Select `Edit Configurations`. | ||
|
||
![Edit Configurations Menu](./assets/run_edit_configurations.png) |
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.
![Edit Configurations Menu](./assets/run_edit_configurations.png) | |
![Edit Configurations Menu](./assets/run_edit_configurations.png) |
Please move all images from "assets" to "_assets" folder
your Server here. In this case here the Joomla! Installation is available on the URL `https://joomla5.local:8890` so the | ||
Host Name is `joomla5.local`. Set now the Hostname and Port based on your configuration. |
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.
.local is a reserved tld top level domain which is used for mdns.
please use joomla5.example.com for documentation or .internal for real internal dns usage.
User description
Added an introduction on how to setup Xdebug with MAMP & PhpStorm.
PR Type
documentation
Description
Changes walkthrough 📝
index.md
Update PhpStorm documentation link and casing
docs/get-started/ide/index.md
debugging.md
Add guide for PhpStorm debugging with MAMP and Xdebug
docs/get-started/ide/phpstorm/debugging.md
PhpStorm.
index.md
Correct PhpStorm casing in title
docs/get-started/ide/phpstorm/index.md