Do I need to learn the WCF Service trace viewer tool?
I understand I can use the WCF Service Trace Viewer tool to trace messages leaving from clients, or arriving at servers.
Can I configure WCF tracing to record REST messages as well as SOAP? Are there other neat tricks I can do?
I've developed with WCF for a long while but I've never spent the time to learn the trace tool. I've generally used HTTP bindings, and Fiddler works well for me there. I'm wondering if it is worth it to learn the tool. Just now I was reading the doc page and my eyes started to roll back in my head.
Will the WCF tool make my life better?