Timeout when debugging #889
-
|
Hi, Don't know what I did wrong, but when I activate debug mode (Xdebug), and try to debug, I have a timeout: I guess the timeout should be disable in debug mode... I work with VS Code on Mac. Do you know where could be the issue (php.ini, FrankenPHP, ...) ? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Hi :) |
Beta Was this translation helpful? Give feedback.
-
|
I have the same problem. I created a pull request with the change to get it working. |
Beta Was this translation helpful? Give feedback.
-
|
I guess its related to the old issue (see #868, #782). Try disabling worker mode while using Xdebug. |
Beta Was this translation helpful? Give feedback.
Hi :)
Did you tried adding max_execution_time = -1
In php.ini? Php config is located in frankenphp folder