Tracing D Applications

Steven Schveighoffer schveiguy at gmail.com
Tue Mar 17 16:12:07 UTC 2020


On 3/13/20 3:00 PM, Mike Parker wrote:
> This post by Alexandr Druzhinin shows three different approaches to 
> tracing, using writef and external tools.
> 
> Blog:
> https://dlang.org/blog/2020/03/13/tracing-d-applications/
> 
> Reddit:
> https://www.reddit.com/r/programming/comments/fi4qfw/tracing_d_applications/ 
> 

Just got around to reading this. What an awesome article! I had no idea 
of these options. I always reach for good-old printf.

Would it make sense to put some mixins into Phobos/druntime for use in 
tracing, at least for the debug version of the library? Or have a 
parallel traceable version of the library?

-Steve


More information about the Digitalmars-d-announce mailing list