humanmade / humanmade/local-vip
XDebug default doesn't work
Open
bug
- Dominant language
- PHP
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
The docs say that `--xdebug` will turn xdebug on, but in my experience this isn't the case. I need to pass `--xdebug=debug` (which is supposed to be the default) or the debug server doesn't work (i.e. PHPStorm never receives notification of an incoming XDebug thing).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the documentation for the --xdebug option and the entry point that handles this flag. Compare the documented default with the behavior when --xdebug is used, then verify that the debug server sends a notification to PHPStorm without requiring --xdebug=debug.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, php
- Domain
- cli, devtools
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100