Hi all,

I'm looking for a deep trace log that logs every line of code that is being executed. (Thread ID, Filename, line, time) Any ideas? I'm aware that this produces masses of logdata and I don't wanna litter my code with debuglog every other line.

Does the .net framework offer such a thing?

Cheers in advance
Sam