View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000855 | Xdebug | public | 2012-06-18 11:05 | 2012-07-01 18:32 | |
Reporter | Spacesoul | Assigned To | derick | ||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Windows, EclipsePDT, xdebug | OS | Windows | OS Version | Win7, Win2003 |
Product Version | 2.2.0 | ||||
Summary | 0000855: Debug session crashes while debugging with EclipsePDT watching a variable. | ||||
Description | Hello, I have been trying to figure this out but didnt find a solution. Tests:
| ||||
Steps To Reproduce | Crash: PHP Crash code:$sSQL = "INSERT INTO tabletest(sname) VALUES('TEST') ON DUPLICATE KEY UPDATE sname='TEST';" Attached in additional information the var_dump of that variable. | ||||
Additional Information | System info:
I have been able to get the value of the variable which crashes the debug session: array(1) (*the SQL sentence is correct and works perfectly executing it directly to the mysql database). Attached two logs, the xdebug.log where it didnt crash because I didnt watch the variable value, and just pressed play. And the xdebugCRASH.log where I added the variable to watch its value and crashed the debug session. I can give remote access to my computer if needed at any time with teamviewer, vnc or anything you need. Thank you for your hard work, its an awesome debugger. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | Windows 7 and Windows 2003 tested. | ||||
PHP Version | 5.4.0 | ||||
|
I have also detected other cases where this happens:
Doctrine getTable function:
I am probably getting back to non stable version rc2 until its fixed because its impossible to debug it with constants debug session breaks. |
|
Tested in version rc1 and all variables debugged work perfectly. |
|
Could you please try the latest available windows binary from http://xdebug.org/files/xdebug-latest.tgz ? |
|
of course Derick, thanks for your support. Ill try tonigh :) |
|
Hi Derick, tested the problem with your lastest version of xdebug, phpinfo(): Seems to work perfectly, no crashes or breakpoints losts at idle. Checked PDO variables and some others and they show perfectly pointing the mouse over them and in the Watch window panel of Eclipse PDT. I have however noticed its a bit more slow to debug with this version, am I right or its just my imagination. Thanks a lot :) |
|
Thanks for testing; I'll close this report now. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-06-18 11:05 | Spacesoul | New Issue | |
2012-06-18 11:05 | Spacesoul | File Added: xdebuglogs.zip | |
2012-06-19 11:57 | Spacesoul | Note Added: 0002263 | |
2012-06-19 12:25 | Spacesoul | Note Edited: 0002263 | |
2012-06-19 12:25 | Spacesoul | Note Edited: 0002263 | |
2012-06-19 12:26 | Spacesoul | Note Edited: 0002263 | |
2012-06-24 22:54 | Spacesoul | Note Added: 0002268 | |
2012-06-25 18:01 | derick | Note Added: 0002276 | |
2012-06-25 18:01 | derick | Assigned To | => derick |
2012-06-25 18:01 | derick | Status | new => feedback |
2012-06-26 18:33 | Spacesoul | Note Added: 0002289 | |
2012-06-26 18:33 | Spacesoul | Status | feedback => assigned |
2012-06-29 09:33 | Spacesoul | Note Added: 0002310 | |
2012-06-29 09:34 | Spacesoul | Note Edited: 0002310 | |
2012-07-01 18:32 | derick | Note Added: 0002315 | |
2012-07-01 18:32 | derick | Status | assigned => resolved |
2012-07-01 18:32 | derick | Resolution | open => no change required |
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) |