Not so long ago I installed VS 2012 and I quickly noticed something very irritating when debugging in C#. When debugging Windows Forms Applications, I want it to go straight to the code I've written, but it always goes through the InitializeComponent() method. Is there any way I can make the IDE skip this?
↧