Debugging all events in Visual Studio 2010 without setting break points

前端 未结 9 670
情书的邮戳
情书的邮戳 2020-12-14 01:13

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

9条回答
  •  悲&欢浪女
    2020-12-14 01:57

    Not really, but you can set one breakpoint and single-step (F10/F11) through the rest of the code.

提交回复
热议问题