Re: DEBUG fails to trap/catch on breakpoint...
- From: Craig Deelsnyder <cdeelsny@xxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 25 May 2005 00:09:31 -0500
AC [MVP MCMS] wrote:
Wierd situation here. Running ASP.NET 1.1 on Win2003. I have to manually attach the debugger to a process in order to debug. So I set a breakpoint in an obvious place (like within the Page.Load event) that will catch it. For Win2003, I attach to the w3wp.exe process.
I've made sure my project is building as DEBUG. I've made sure the breakpoint it reachable. I've made sure my web.config has debug=true.
But when I run through the page, the breakpoint remains with the question mark within the left margin of the code behind.
Why wouldn't VS.NET break on the breakpoint? Based on the question mark in the margin, I'm assuming VS.NET isn't attaching to the process. What could cause this?
Thanks in advance
Refresh my memory (I don't have a PC w/ VS handy), is this setting tied to web.config (i.e. updates it)?:
http://support.microsoft.com/kb/306169/EN-US/
If so, meaning it's not a solution for you, I would first verify when you build the debug version that the pdb files are created in the same location as your dll(s). Otherwise, the motherload of most problems like this can be found here:
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B306172
although most of those problems would result in your seeing an error dialog box, which I didn't hear you mention.
-- Craig Deelsnyder Microsoft MVP - ASP/ASP.NET .
- Follow-Ups:
- Re: DEBUG fails to trap/catch on breakpoint...
- From: AC [MVP MCMS]
- Re: DEBUG fails to trap/catch on breakpoint...
- References:
- DEBUG fails to trap/catch on breakpoint...
- From: AC [MVP MCMS]
- DEBUG fails to trap/catch on breakpoint...
- Prev by Date: Re: How to track download file from website?
- Next by Date: Re: PDF Creator Service for ASP.NET
- Previous by thread: DEBUG fails to trap/catch on breakpoint...
- Next by thread: Re: DEBUG fails to trap/catch on breakpoint...
- Index(es):
Relevant Pages
|