Why would the debugger not be stopping at a breakpoint in my ASP.NET application?

前端 未结 15 2161
独厮守ぢ
独厮守ぢ 2020-12-05 12:46

I\'m trying to debug a large ASP.NET application.

I set a breakpoint on the first line in Page_Load in Default.aspx.cs.

When I start the application, my

15条回答
  •  抹茶落季
    2020-12-05 13:40

    Try doing a full rebuild on the application. Pay attention that it's in the "Debug" configuration.

    As far as I understand (but I'm not an expert in these things), this can happen when the debug info files (.PDB) are out of sync with the real compiled thing.

提交回复
热议问题