nolaviz commented on PR #89: URL: https://github.com/apache/freemarker/pull/89#issuecomment-1427405487
I've actually used this for much more than just coverage: e.g. I have a "watchpoint" mechanism using this infrastructure (this lets me log the values of variables when the template reaches a specific point), as well as the reverse mechanism - logging the line(s) where a certain condition evaluates to "true". It may not seem like a lot, but when debugging production issues on a system that processes 200K requests/second and can suffer no downtime, this is invaluable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
