xdebug with phpstorm
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 5
- Avg merge
- 1h 17m
- Merged PRs (30d)
- 3
Description
Are there any docs or guides available for getting the platformsh lando recipe working with xdebug and phpstorm that someone could point me at?
Had seen this one, and was able to verify that the xdebug extension was loading. However, wasn't able to pick up a connection with phpstorm using that.
Have also tried something like this with no luck in my .lando.yml(phpstorm is configured to localhost with the root of project and web directory mapped to app and /app/web respectively):
name: <name>
recipe: platformsh
config:
id: <id>
overrides:
app:
runtime:
extensions:
- redis
- xdebug
php:
# XDEBUG 3
xdebug.mode: debug
xdebug.max_nesting_level: 1024
xdebug.client_port: 9003
xdebug.show_exception_trace: 0
xdebug.collect_params: 0
xdebug.remote_autostart: 1
xdebug.start_with_request: yes
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Lando Platform.sh Xdebug caveat and the supplied .lando.yml overrides, then review the described PhpStorm localhost and path mappings. Done means documenting a verified Xdebug connection setup for the platformsh Lando recipe, including the relevant configuration and IDE mappings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100