View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000675 | Xdebug | Tracing | public | 2011-03-31 01:22 | 2020-03-12 16:54 |
Reporter | ngaur | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | resolved | Resolution | duplicate | ||
Summary | 0000675: invoking trace from command line | ||||
Description | It's currently possible to invoke the profiler for command line php execution by setting an environment variable: XDEBUG_CONFIG="profiler_enable=1" Can we have the same thing for "trace_enable=1"? In general, the set of configuration values accessible from the command line should probably be reviewed. Looking at xdebug_env_config() in xdebug.c, it looks pretty straightforward to implement. If people want to patch that for their own use they will have little trouble in doing so. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.6 | ||||
|
Turns out this is quite easy. I've patched this for my own use, and the fix is part of the composite patch I've shared on bug 0000644 |
|
Hello Troels, This is related to 0000644. It would be great if you could create a separate pull request against https://github.com/xdebug/xdebug than the bits for 0000644. There is information at http://xdebug.org/contributing.php to provide some help with GIT. And feel free to talk to me on IRC or the mailinglist. cheers, |
|
This got added all the way back in Xdebug 2.2.0 already - in 2012 :-) |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-03-31 01:22 | ngaur | New Issue | |
2011-04-12 23:50 | ngaur | Note Added: 0001722 | |
2014-02-27 20:06 | derick | Note Added: 0002725 | |
2014-02-27 20:06 | derick | Assigned To | => derick |
2014-02-27 20:06 | derick | Status | new => feedback |
2016-12-04 19:13 | derick | Note Added: 0003931 | |
2016-12-04 19:13 | derick | Relationship added | duplicate of 0000517 |
2016-12-04 19:13 | derick | Status | feedback => resolved |
2016-12-04 19:13 | derick | Resolution | open => duplicate |
2020-03-12 16:54 | derick | Category | Feature/Change request => Tracing |