Closed lucyd-dev closed 3 years ago
You should be able to set the ide key there too
But where? I dont find any option for that.
the idekey seems optional on this setup https://github.com/xdebug/vscode-php-debug/issues/572
Hm okay. To be sure, how can I debug a 500 Error on a product page with the following error?
Object of class Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection could not be converted to string
APP_ENV=dev?
APP_ENV=dev is already set.
I'm using this solution under WSL 2. Everything works so far. But when I want to use xDebug with VS Code, it doesn't work. There is a Connection when I run
telnet 0.0.0.0 9000
on Ubuntu, but I think it's because the idekey is set toPHPSTORM
.Is there any possibility to make it run?