Why does xdebug fall off? How to fix?
Open
Community help wanted
documentation
xdebug
- Dominant language
- PHP
- Stars
- 4.5k
- Forks
- 652
- PR merge metrics
- No merged PRs in 30d
Description
#### ISSUE TYPE
- Documentation
#### SUMMARY
In php.ini I set the following values:
```
max_execution_time = 0
max_input_time = -1
```
I put a breakpoint. I open the page. The page loads within 2 minutes. Then I get a 503 error:
```
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
```
This prevents me from debugging the code.
How do I fix this?
Contributor guide
Assessment
This issue has not been assessed yet.