The breakpoint will not currently be hit

Mosteck

Active member
Joined
Nov 23, 2008
Messages
31
Location
Toronto
Programming Experience
3-5
I'm been searching everywhere for an answer to this, but nothing really makes sense..

I'm using VS2008 and developing an ASP.NET project using .NET 2.0.

I've been able to debug so far, but since adding my most recent page to the site, I'm getting a "The breakpoint will not currently be hit. No symbols have been loaded for this document." message at all my breakpoints (even ones that worked before).

I'm on a tight deadline, and need this debugging to work. Can anyone help?

Thank you.....
 
[ame="http://www.google.com/search?hl=en&q=The+breakpoint+will+not+currently+be+hit.+No+symbols+have+been+loaded+for+this+document.&aq=f&oq=&aqi="]Try This Link[/ame]

The first link might help. If not try some of the other links.
 
Thanks, but I tried Google first of course before posting here.... :p

I ended up getting it working somewhat (at least can debug) by manually updating the libraries in the module section. I also deleted everything in the TEMP folder for this project and now even though it still shows a Red Circle with a Caution sign in it, it's at least stopping at the breakpoint.

I just don't understand why this happened all of a sudden... Everything was running fine previously with the debugging.

Anyone else have any experience / insight into this issue?
 
Back
Top