View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000943 | Xdebug | public | 2013-04-19 11:32 | 2014-03-02 14:20 | |
| Reporter | zyong | Assigned To | |||
| Priority | high | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Platform | php5.4 | OS | ubuntu | OS Version | 12.04 x86-64 |
| Summary | 0000943: It can't debug in eclipse neither on windows or linux(ubuntu) | ||||
| Description | I used eclipse to debug on Windows, It's always right before, but It couldn't be launched sometimes ago. I didn't know why it, I tried to debug on Linux in same way, the results was same as. Maybe it's a bug or not. here is some informations I used strace get it, [pid 3776] recvfrom(11, 0x7f0ad8252be4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.4.10-5.4.14 | ||||
|
|
The debugging seems to start just fine according to the log, what exactly is in /home/zhaoyong/www/help/public/index.php ? |
|
|
I use Yii framework, index.php is single entrance for framework. I think I have already solved problem, I found it's a wrong of setting in IDE and I read PDT manual again, Setting of my eclipse was not for xdebug exactly, I modified it and It's all right now. |
|
|
The log looks fine. I am wondering what your strace is supposed to show, |
|
|
You mean the log is not about xdebug? |
|
|
The strace log that you put in the description is indeed not very useful. But in any case, I think you said before that it is solved now for you, so I am closing this issue. Thanks! |