Can't debug server side ASP.NET code in one module (aspx.cs)

  • Thread starter Thread starter Joe Rattz
  • Start date Start date
J

Joe Rattz

I have a web page (aspx and aspx.cs) that I cannot debug
for some reason. The breakpoint will have the little red
dot with the question mark and the tooltip says "The
breakpoint will not currently be hit. No executable code
is associated with this line." I can debug another page
that is almost identical. It seems as though something is
causing this one page to be un-debuggable.

Does anyone know what would cause this?

Thanks.
 
That's not it. I can debug a web page vitrually identical
to the one I cannot debug and they are sitting in the same
directory.
 
How about this:
From debug tab, what does your process option show? Are symbols loaded for
your executable? Is the pdb files in the bin directory? If they are there,
delete them and rebuild, it may be corrupted.
 
Back
Top