I am trying to debug a windows form application which has a large number of events: button presses, timers, etc..
Is there a way to catch every line of code being ex
Not really, but you can set one breakpoint and single-step (F10/F11) through the rest of the code.