What are the Slack Archives?
It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Hi Team, Did anyone face a issue with Xdebug. I am facing a issue with my xdebug and not sure why th
Hi Team, Did anyone face a issue with Xdebug. I am facing a issue with my xdebug and not sure why this is not working anymore. please help me. You can view the screenshot of setting.
Comments
-
Make sure to configure at least 3 simultaneous debugging sessions in your PhpStorm’s PHP debugger settings
0 -
I am using Intellij Ultimate
0 -
And the error you get is normal if you debug for more than 60 seconds. To allow longer debugging sessions edit your
config/Shared/config_local.php
(create it if it doesn’t exist yet) and put
<?phpuse Spryker\Shared\ZedRequest\ZedRequestConstants;
$config[ZedRequestConstants::CLIENT_OPTIONS] = [
'timeout' => 3600,
];
0 -
<?php
use Spryker\Shared\ZedRequest\ZedRequestConstants;
$config[ZedRequestConstants::CLIENT_OPTIONS] = [
'timeout' => 3600,
];```0 -
Intellij also has some PHP debug settings somewhere!?
0 -
The issue is that you open /checkout/payment which starts a debugging session in Yves and Yves makes a call to Zed which starts a second debugging session in Zed but this one doesn’t get processed because it’s waiting for your IDE to continue which doesn’t handle a second debugging session
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 68 Spryker News
- 890 Developer Corner
- 753 Spryker Development
- 83 Spryker Dev Environment
- 360 Spryker Releases
- 3 Oryx frontend framework
- 34 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 22 Job Opportunities
- 3.2K 📜 Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 68 Spryker Safari Questions
- 50 Random