View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000272 | Xdebug | public | 2007-05-22 00:08 | 2009-10-17 18:13 | |
Reporter | troels | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Summary | 0000272: Debug server doesn't close connection | ||||
Description | With the newest version (xdebug200rc4-521-win) When the first debugging session has ended, there is still a TCP connection open to localhost:9000. If I try reloading the page (or any other page) to debug another session, the debugger doesn't kick in. | ||||
Additional Information | I'm not sure if this is an issue with php5.2.2 or with xdebug, or perhaps something to do with apache (I'm using apache 2.2.4) | ||||
Tags | No tags attached. | ||||
Operating System | windows xp, apache 2.2.4 | ||||
PHP Version | 5.2-dev | ||||
|
It is normal that after the session ended there is still a connection as in this state (stopping) it is still possible to issue a few commands, such as breakpoint_list and status. The client should sever the connection. Which client are you using here? |
|
This happens with debugclient-0.9.0.exe as well as my own experimental client. The problem doesn't occur if I end the session with the command 'stop'. |
|
Could you provide both a sample script and a debug log (see http://xdebug.org/docs/remote#remote_log for information on how to that). |
|
Reminder sent to troels Could you provide both a sample script and a debug log (see http://xdebug.org/docs/remote#remote_log for information on how to that). |
|
Reminder sent to troels Could you provide both a sample script and a debug log (see http://xdebug.org/docs/remote#remote_log for information on how to that). |
|
No feedback provided -> closing issue. |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-05-22 00:08 | troels | New Issue | |
2007-05-22 21:13 | derick | Note Added: 0000622 | |
2007-05-22 21:13 | derick | Status | new => feedback |
2007-05-22 21:39 | troels | Note Added: 0000625 | |
2007-05-28 11:16 | derick | Note Added: 0000635 | |
2007-07-09 19:40 | derick | Note Added: 0000689 | |
2007-10-27 19:27 | derick | Note Added: 0000773 | |
2009-10-17 18:13 | derick | Note Added: 0001109 | |
2009-10-17 18:13 | derick | Status | feedback => resolved |
2009-10-17 18:13 | derick | Resolution | open => no change required |
2009-10-17 18:13 | derick | Assigned To | => derick |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |