Re: website vs web app
- From: Author <gnewsgroup@xxxxxxxxx>
- Date: Fri, 6 Feb 2009 10:07:31 -0800 (PST)
On Feb 6, 8:24 am, "Juan T. Llibre" <nomailrepl...@xxxxxxxxxxx> wrote:
re:
!> I am wondering how to make editing possible while I debug
!> a WAP project, that is, edit without stopping the debugger.
That is called "edit and continue"...and you must, specifically, enable it to be able to use it.
There's specific instructions/options here :http://msdn.microsoft.com/en-us/library/6wzw9e0y.aspx
...but, basically, from the VS IDE, open the Tools menu and select Options.
In the Options dialog box, expand the Debugging folder,
select Edit and Continue and set the options you want.
Please read the security caution on that page before you enable remote debugging.
Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
=========================
Yeah, I know about "Edit and Continue", but it never works like what I
want.
1) If I keep Edit and Continue checked, in debugging mode, then if I
try to change the source code, I get an error popup which says:
"Changes are not allowed when the debugger has been attached to an
already running process or the code being debugged is optimized".
which I don't quite understand.
2) If I uncheck "Edit and Continue", in debugging mode, I can indeed
change the source code, but the change will not take effect unless you
stop the debugger and restart it, such "flexibility" really doesn't
make any sense.
I googled and see a lot of people having this problem, and so far I
haven't found any nice solution that lets me Edit and Continue like in
the Website project mode.
I am close to concluding that in the Web application project mode, the
kind of Edit and Continue like most people want just isn't possible.
I would be more than happy to be corrected. :-)
.
- Follow-Ups:
- Re: website vs web app
- From: Juan T. Llibre
- Re: website vs web app
- References:
- website vs web app
- From: Stephanie
- Re: website vs web app
- From: Mark Rae [MVP]
- Re: website vs web app
- From: Author
- Re: website vs web app
- From: Hillbilly
- Re: website vs web app
- From: Author
- Re: website vs web app
- From: Juan T. Llibre
- Re: website vs web app
- From: Author
- Re: website vs web app
- From: Juan T. Llibre
- website vs web app
- Prev by Date: Re: not possible to run two different versions of ASP.NET
- Next by Date: Find out during AuthenticateRequest if request will have Session
- Previous by thread: Re: website vs web app
- Next by thread: Re: website vs web app
- Index(es):
Relevant Pages
|
Loading