trace debug

  1. B

    Question Trace to a file

    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 ?
Back
Top Bottom