cytopia / cytopia/devilbox

Why does xdebug fall off? How to fix?

Open
#841 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.