VS 2005 debugging ASP.NET 2.0 does not break
- From: "James" <dharmaprotector@xxxxxxxxxxxxxxx>
- Date: Mon, 3 Apr 2006 02:20:30 -0500
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
.
- Follow-Ups:
- Re: VS 2005 debugging ASP.NET 2.0 does not break
- From: Web learner
- RE: VS 2005 debugging ASP.NET 2.0 does not break
- From: "Gary Chang[MSFT]"
- Re: VS 2005 debugging ASP.NET 2.0 does not break
- Prev by Date: Re: Remove a breakpoint permanently
- Next by Date: RE: Break on thrown exceptions not working in VS2005
- Previous by thread: Re: Remove a breakpoint permanently
- Next by thread: RE: VS 2005 debugging ASP.NET 2.0 does not break
- Index(es):
Relevant Pages
|