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 | derick | ||
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. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-01-24 14:59 | Maskime | New Issue | |
2013-01-24 15:05 | Maskime | Note Added: 0002417 | |
2013-03-09 22:12 | derick | Note Added: 0002443 | |
2013-03-09 22:12 | derick | Assigned To | => derick |
2013-03-09 22:12 | derick | Status | new => feedback |
2013-05-14 18:16 | derick | Note Added: 0002464 | |
2013-05-14 18:16 | derick | Status | feedback => resolved |
2013-05-14 18:16 | derick | Resolution | open => unable to reproduce |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |