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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pesky little... breakpoint

Status
Not open for further replies.

B00gyeMan

Programmer
Jan 14, 2004
259
RO
Came to work today... [neutral]
Fired up VS 2005... loaded the solution and attempted to reproduce a bug in a C# web app. Set some breakpoints, started IE, and went to pay a visit to that nasty page...

Surprise, for the breakpoints set in that code-behind page, VS 2005 says that "The breakpoint will not currently be hit. No symbols have been loaded for this document" [ponder]

Cleaned the solution... nothing.
Cleaned the ASP.NET cache... nothing.
Cleaned the VSWebCache... nothing.
Re-installed the .NET 2.0 Framework... nothing.
Deleted all .pdb's... nothing.
Combinations of the above... guess what? [sadeyes] Nothing...

The weird part is that I cannot debug that single page. Everything else is ok. All other pages. All other modules...

What the heck is wrong?
 
I think this is a wait for SP1 question/response. I have the same problem and an answer is nowhere to be found exept "live with it" It's like that pisky breakpoint that din't want to go away no matter how many times I clicked it.

Christiaan Baes
Belgium

"My new site" - Me
 
Ummm.. it worked until today... on that very same page... It's just that I had something else more important to do yesterday [mad]
 
Deleted all .pdb's...
I had the same problem, but still unable to find exact cause. We are using NANT build and attach the process to NUnit GUI. When this problem occurs we used to detach from process, clear the output folders, build it again, open a new instance, attach to process again...This works many a times.

Did the build generated .pdb's again?

Sharing the best from my side...

--Prashant--
 
Ok, someone is going to get his/her ass kicked really hard... Here's what happened: someone committed the .aspx file with the Page directive having debug="false" attribute...

Kicked really hard... literally... [mad]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top