Run tracer as a web server
This would allow generating trace data for a code base that doesn't have unit tests (or any other good way of running from CLI) by allowing the developer to interact with the application from a browser and exercise the code that way.
While a nice idea, I'm not sure this should necessarily be part of the project?
Fair, I guess we can maybe hint at it in the readme so that people can configure there php+xdebug to output the needed trace files. I might still experiment a bit with it as the project where I have the most use of phpweaver only has 11% unit test coverage (I'm only associated with that project for the remainder of this week).