View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002403 | Xdebug | Step Debugging | public | 2026-02-05 16:24 | 2026-09-08 17:25 |
| Reporter | xavierleune | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | frankenphp | ||||
| Product Version | 3.5.1 | ||||
| Fixed in Version | 3.6.0alpha1 | ||||
| Summary | 0002403: Reinit debugger for requests in FrankenPHP worker mode | ||||
| Description | The current implementation is not ideal to debug worker mode.
It's possible to offer a better support of worker mode by hooking with frankenphp and enable / disable profiling when needed. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 8.5.0-8.5.4 | ||||
|
|
Can you be a lot more elaborate here? I don't know what PHP's "worker mode" is about. Xdebug will try to connect to an IDE when a request starts, or when you call xdebug_connect_to_client, or when it sees a request triggered through its control sockets (https://xdebug.org/docs/step_debug#control_socket). |
|
|
|
|
|
I have merged the PR after a rebase. Thanks! |