Stanislav Malyshev wrote:
>> Would it be possible to implement CG(zend_linecol) in addition to
>> CG(zend_lineno)? As far I can see, this is a missing prerequisite for
>> Xdebug to report more fine-grained code coverage, for instance.
>
> Unless we put this inside each opcode, I'm not sure it'd
Hi!
Would it be possible to implement CG(zend_linecol) in addition to
CG(zend_lineno)? As far I can see, this is a missing prerequisite for
Xdebug to report more fine-grained code coverage, for instance.
Unless we put this inside each opcode, I'm not sure it'd help xdebug too
much. And I'm
Sebastian Bergmann wrote:
Would it be possible to implement CG(zend_linecol) in addition to
CG(zend_lineno)? As far I can see, this is a missing prerequisite for
Xdebug to report more fine-grained code coverage, for instance.
I've been thinking about this also, and would find this useful