Nick Sabalausky Wrote:

> Same here. I got used to "printf-debugging" when dealing with a bunch of 
> platforms that lacked debuggers. Plus it makes it a lot easier to look 
> backwards in time (just scroll up instead of restarting and re-stepping 
> through).

One man wrote a debug logger for .net, that instruments IL code and logs all 
operations at runtime and later you can browse the log with a visual debugger 
interface and easily go back and forth in time. He also claimed that the log 
wasn't very big.

Reply via email to