View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002344 | Xdebug | Step Debugging | public | 2025-04-29 10:36 | 2025-05-02 10:39 |
Reporter | AJoe16 | Assigned To | derick | ||
Priority | high | Severity | major | Reproducibility | have not tried |
Status | feedback | Resolution | open | ||
Product Version | 3.4.2 | ||||
Summary | 0002344: Getting "ERR_CONNECTION_RESET" error with specific xdebug versions | ||||
Description | While updating my PHP dev environment by updating PHP and Xdebug versions, I encountered this error "ERR_CONNECTION_RESET" while debugging. Context: debugging a PrestaShop project. Debugging with old versions => no issue:
Debugging with new versions => "ERR_CONNECTION_RESET" displayed on the browser:
The strange thing is that I get this error mainly when I'm debugging the PrestaShop back-office. When I debug the PrestaShop front-office, the error may sometimes appear then disappear, but it was not blocking, as the debugging continues. Troubleshooting after upgrading to the newer versions:
So I ended up with this setup that is working:
I assume that there is an issue with some Xdebug versions (at least the latest at the moment of writing this thread: Xdebug 3.4.2-8.1-ts-vs16-x86_64). Similar issue reported in previous version here https://bugs.xdebug.org/view.php?id=2024 | ||||
Steps To Reproduce |
| ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.1.30-8.1.39 | ||||
|
I don't have Windows, and neither do I have a clue how PrestaShop works. You need to provide a short reproducible case as is explained on https://xdebug.org/reporting-bugs — this link was shown directly above where you put your summary in the original report. |