View Issue Details

IDProjectCategoryView StatusLast Update
0002138XdebugStep Debuggingpublic2022-12-08 18:52
Reporterderick Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.2.0RC2 
Target Version3.2devFixed in Version3.2.0 
Summary0002138: Step debugger does not stop when the debugging client closes the connection
Description

When the IDE just closes the connection without sending "stop" or "detach", Xdebug continues to try to send data to the client, such as <notify packets. It correctly sees that it can't, but it does not simply shutdown the debugging connection on its own side. It would be much better if it did, so that xdebug_connect_to_client() also correctly works with the current PHP debug adaptor for Visual Studio Code, and potentially other software.

TagsNo tags attached.
Operating System
PHP Version8.2-dev

Activities