vs not hit breakpoints when debugging

visual studio debug time if no breakpoint is hit, time may be on the wrong start.

In the file Global.asax.

  protected void Application_Error(object sender, EventArgs e)
        {

Increase breakpoints, error checking starts, might be able to fix the error after hitting a breakpoint.

 

Guess you like

Origin www.cnblogs.com/Tpf386/p/11927865.html