Question Trace to a file

buidearg

New member
Joined
Nov 1, 2018
Messages
2
Programming Experience
10+
Using Windows Forms
I want to get every program Line that is executed, output to a file. I have tried stepping through code but some loops have hundreds of lines. Can I just get every line of code output to a file and then review the file.
How would I do this ?
 
There's no way to do that that I'm aware of. You'd have to build a VS extension to be able to, so maybe someone has already done so. That's where you should look, but I don't like your chances.
 
Back
Top Bottom