Do you know some plug-in to visual studio , that can remember lines and the order in which they where visited in the debug mode ?
And I will be able to compare two different runs of the debugger in it ?
Something like the stack in the debugger, but remembers all the data in line file and the order and can be viewed later and compared .
Thanks for help.
This is called Historical Debugger, but you’ll have to wait for Visual Studio 2010.
Take a look at this project. It can log all method calls.