On Dec 4, 2007, at 5:14 PM, Gregory Beaver wrote:
On the other hand, combining multiple files into a single file results
in line numbers no longer corresponding to the original line numbers of the file, adding another translation step when debugging a problem. Of
course, this is just simple arithmetic, but not all developers will
benefit from this approach, just as not all developers benefit from
using autoload.

Thats true but in my case i always deploy the class bundle along with the "original" code so its very easy to switch between using the bundle or using the real sources for debugging purposes. And its also very easy to regenerate/recreate the bundle since this is an automated process.

Thanks for the other hints!

Regards

Roman

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to