generated from ddev/ddev-addon-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Preliminary checklist
- I am using the latest stable version of DDEV
- I am using the latest stable version of this add-on
Expected Behavior
Xdebug should work as expected.
Actual Behavior
Debugging in PhpStorm doesn't work as expected, because DDEV Integration keeps removing the server name (even if you add it back):
Steps To Reproduce
ddev config --webserver-type=generic
ddev add-on get stasadev/ddev-frankenphp
ddev restart
phpstorm .
And start debugging, it won't work until you change the server name, but after ddev restart
it's empty again.
Anything else?
That's probably happening because DDEV_PRIMARY_URL
or some other variable is empty in the web
container.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working