View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001409 | Xdebug | Step Debugging | public | 2017-03-27 09:22 | 2019-08-23 23:41 |
Reporter | fordiy | Assigned To | derick | ||
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | won't fix | ||
Product Version | 2.5.1 | ||||
Summary | 0001409: xdebug 2.5.1 not work on PHP version: 7.0.15-0 ubuntu0.16.04.4 | ||||
Description | I cannot enable the xdebug.remote_enable why? And I cannot debug as normal. Anyone know what's problem with xdebug? | ||||
Steps To Reproduce | Below is my /etc/php/7.0/cli/php.ini | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | PHP 7.0.15-0 ubuntu0.16.04.4 | ||||
PHP Version | 7.0.15-7.0.19 | ||||
|
If xdebug.remote_enable = on does not work, you're changing the wrong ini file. The top of phpinfo() will tell you which ini file(s) are loaded, and you need to make sure one of these sets xdebug.remote_enable = on and none of them do the opposite. |
|
It's correct INI file. I changed other options, all OK. Only xdebug.remote_enable NOT work. Please see below path: |
|
Help! |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-03-27 09:22 | fordiy | New Issue | |
2017-03-27 09:22 | fordiy | File Added: 20170327170252.png | |
2017-03-27 09:23 | fordiy | File Added: 20170327170427.png | |
2017-03-27 09:59 | derick | Note Added: 0004243 | |
2017-03-27 09:59 | derick | Assigned To | => derick |
2017-03-27 09:59 | derick | Status | new => feedback |
2017-03-27 10:02 | fordiy | Note Added: 0004244 | |
2017-03-27 10:02 | fordiy | Status | feedback => assigned |
2017-03-27 10:37 | fordiy | Note Added: 0004245 | |
2017-04-01 10:40 | derick | Relationship added | has duplicate 0001408 |
2019-08-23 23:41 | derick | Status | assigned => resolved |
2019-08-23 23:41 | derick | Resolution | open => won't fix |
2020-03-12 16:33 | derick | Category | Remote Debugging => Step Debugging |