I have used Postsharp a few years ago to trace program flow during execution without needing to manually add trace statements to the methods.
Is there any other new ways to trace execution to to debug output in a similar way?
(Preferably a way that doesn't need to instrument the built assemblies. Maybe not possible?)
See Question&Answers more detail:os