Damjan Jovanovic damjan.jov@gmail.com writes:
I'd like to add the following features at some stage:
- Populate all functions with a TRACE() of their arguments, if they
don't already have it.
Please don't do that. There are many functions that we don't need to trace, or that already have traces in sub-functions, or where it's really the return value that's interesting, etc.