Re: VS 2005 debugging ASP.NET 2.0 does not break
- From: "Web learner" <beginner@xxxxxxxxxxxx>
- Date: Tue, 18 Apr 2006 14:08:58 -0500
I also have the same problem. But when I created a new website, added this
program and started debugging, the breakpoint is hit as one would normally
expect.
Can't figure out what is going on with my original website project that has
many files??
Any help/insight??
web_learner
"James" <dharmaprotector@xxxxxxxxxxxxxxx> wrote in message
news:%23nl4g9uVGHA.4900@xxxxxxxxxxxxxxxxxxxxxxx
Using VS 2005 Pro on Windows Server 2003 Standard, I can't get the
environment to break on breakpoints.
web.config has the following setting:
<compilation debug="true" strict="false" explicit="true"/>
which is all I thought was necessary to debug.
I create a page load in Default.aspx, set a breakpoint on the first
statement and choose "Debug - Start Debugging".
The browser pops up and loads the page and never hits the breakpoint.
I've tried to break on many statements I know are executing successully.
No errors, no notifications, just no breaking.
Any help or suggestions are much appreciated.
Thanks,
James
.
- References:
- VS 2005 debugging ASP.NET 2.0 does not break
- From: James
- VS 2005 debugging ASP.NET 2.0 does not break
- Prev by Date: Re: "Unable to load image" .... b77a5c561934e089_df60ae4e\mscorlib.dll for dump debugging
- Next by Date: debugger takes a long time to hit breakpoint
- Previous by thread: Re: VS 2005 debugging ASP.NET 2.0 does not break
- Next by thread: RE: Break on thrown exceptions not working in VS2005
- Index(es):
Relevant Pages
|