ASP.NET ignoring all breakpoints

  • Thread starter Thread starter Ron Icard
  • Start date Start date
R

Ron Icard

I had to reformat and completely reinstall all apps on my
machine because of unfixable viruses this week. After re-
installing VS.NET Enterprise Edition, I now cannot get it
to stop at any breakpoints on any ASP.NET pages (places
where it stopped before). I checked and my configuration
is set to Debug (not Release) and I have scanned the
files for viruses and they're clean.

Any ideas on how to make it stop at the breakpoints?
 
That did it. Thank you very much.

Ron Icard
-----Original Message-----
Have you checked the debugging properties within the
project properties? Go to Project Properties ->
Configuration Properties -> Debugging and ensure that the
option for ASP.NET debugging is enabled.

Also, are the applications you are debugging running on
the local machine? If not you will have to be in the
debugging users group on the remote machine.

Hope that helps.

Aidan Glendye
.
 
Back
Top