Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VS.NET won't hit my breakpoints

Status
Not open for further replies.

drew10

Programmer
Feb 26, 2002
123
US
For some reason, vs.net just will not hit any breakpoints that I have set. The project is set to debug as opposed to release, and debug is set to true in the compilation tag of the web.config file. I added smartnavigation to a page, but it was causing strange behavior, so I removed it. Now now breakpoints will be hit. Has anyone experienced anything like this before. As link9 suggests, I repented and rebooted, but vs.net still will not hit a breakpoint??? Any suggestions?
 
It has to be a setting in my app. I opened another app, and vs.net hit the page_load breakpoint I set. Does anyone know of any other debugging settings other than the dropdown list at the top of vs.net and the compilation tag in the web.config file? I'm totally stumped at this point!
 
Just in case anyone else ever runs into this problem, I'll post my solution.

I added smart navigation to a page in my app, and for some reason, the debugging configuration properties must have reset the enabled debuggers for my project to none. After looking around in the project property page, I found that asp.net debugging had been disabled. After reenabling the debugger, everything runs smoothly once again. I don't know if it's some sort of bug, but it did cause me a slight headache.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top