break points not breaking while debugging

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

I am running the web app I created and I set a break point in the VB.
The code where I set the break point is executing properly, but .NET
won't stop the flow.

Is this just an option somewhere I have missed?
Or a setting?

Please help.
Kevin
 
This may be a stupid question but have you checked to make sure you are
running in debug mode. I believe that a break point will not halt execution
if you are running in release mode.
-Thad
 
Yes. I am in debug mode. and am not using ctl+F5.

There aren't any stupid questions.

Thanks....any other ideas?

Kevin
 
Back
Top