View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000918 | Xdebug | Uncategorized | public | 2013-01-24 14:59 | 2013-05-14 18:16 |
| Reporter | Maskime | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Platform | 64 Bits | OS | Debian | OS Version | 6.0.6 |
| Summary | 0000918: XDebug connect to IDE but browser says Empty response | ||||
| Description | I'm using IntelliJ with PHP Plugin (which should be the same as PHPStorm). xDebug does send connection and IDE break on breakpoint. I'm using .htaccess config mode with : Php version on server is : | ||||
| Additional Information | The reason I'm using .htaccess conf mode is because when using xdebug.remote_connect_back 1 in the xdebug.ini on server side, it would never find my IDE. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.3.15-5.3.19 | ||||
|
|
Here is content of xdebug.remote_log on fail attemp : <- feature_set -i 0 -n show_hidden -v 1 <- feature_set -i 1 -n max_depth -v 1 <- feature_set -i 2 -n max_children -v 100 <- status -i 3 <- step_into -i 4 <- breakpoint_set -i 5 -t line -f file:///nfs-dev/FRANCE-VPG/mfaye/www/bg_builder_intellij/web/builder.php -n 7 <- stack_get -i 6 <- run -i 7 <- stack_get -i 8 <- context_names -i 9 -d 0 <- context_get -i 10 -d 0 -c 0 |
|
|
First, check whether PHP crashed (by checking your webserver's log file). Then, see if you can reproduce this when you run PHP as a script on the command line, and not through the webserver. If you can do that, then, see if you can get a GDB backtrace with: gdb --args /full/path/to/php yourscript.php And then type: When it crashes, type: You could also attempt to try the latest version from github (the xdebug_2_2) branch? |
|
|
Can't reproduce and no feedback supplied. |