Hello,
Is it possible to log the point in the program when a string is created.
For example:
echo 'my string';
Is there any configuration that will let me know the 'my string' was echo'd?
Also with variables:
$var='var';
echo "my $var"
I am looking for something like:
line 22, ''my var" created, echo'd
Received on Mon Jan 14 2013 - 19:12:20 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST