View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0000620 | Xdebug | Step Debugging | public | 2010-09-23 22:24 | 2020-03-12 17:36 | 
| Reporter | nthalk | Assigned To | derick | ||
| Priority | high | Severity | feature | Reproducibility | always | 
| Status | resolved | Resolution | won't fix | ||
| Platform | amd64 | OS | linux | OS Version | 2.6.32.1-rscloud | 
| Product Version | 2.1.0 | ||||
| Summary | 0000620: Remote debugging not triggerable with ini_set | ||||
| Description | Xdebug does not seem to be able to set the remote_host/port and actually connect to a remote debugger when using iniset to configure the xdebug.remote* settings. | ||||
| Steps To Reproduce | 
 ini_set("xdebug.remote_host","127.0.0.1"); xdebug_break(); | ||||
| Additional Information | This would be really useful for conditional debugging in senarios where I do not want to have to edit ini files and restart the entire php service I'm using. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.3.3 | ||||
|  | The only setting you cannot make with ini_set is remote_enable. But there are several options. Firstly, you can just turn it on and have the IDE simply not accept incoming debugging connections. And secondly you can use .htaccess/htscanner to just drop a .htaccess file into the directory turning it on. | 
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2010-09-23 22:24 | nthalk | New Issue | |
| 2014-02-27 19:07 | derick | Note Added: 0002681 | |
| 2014-02-27 19:07 | derick | Status | new => resolved | 
| 2014-02-27 19:07 | derick | Resolution | open => won't fix | 
| 2014-02-27 19:07 | derick | Assigned To | => derick | 
| 2020-03-12 16:55 | derick | Severity | minor => feature | 
| 2020-03-12 17:36 | derick | Category | Feature/Change request => Step Debugging | 
