![]() |
|
|
|
#1 |
|
I'm using VS2005 and am trying to get Edit and Continue to work while
debugging. I've gone to the Tools-Options-Debugging dialog box and made sure "Enable Edit and Continue" is checked, but when I start debugging and try changing the code, it just ignores any changes I've made. If I add a new line while debugging and try to step through the code, the debugger just skips the new line. Can anyone give me some suggestions? Thanks! Diane Y. Diane Yocom |
|
|
|
|
#2 |
|
Posts: n/a
|
You must reload the page to see your dynamic changes.
Now that we have edit and continue, you no longer need to restart the application though. -- I hope this helps, Steve C. Orr, MCSD, MVP http://SteveOrr.net "Diane Yocom" <> wrote in message news:... > I'm using VS2005 and am trying to get Edit and Continue to work while > debugging. I've gone to the Tools-Options-Debugging dialog box and made > sure "Enable Edit and Continue" is checked, but when I start debugging and > try changing the code, it just ignores any changes I've made. If I add a > new line while debugging and try to step through the code, the debugger > just skips the new line. > > Can anyone give me some suggestions? > Thanks! > Diane Y. > Steve C. Orr [MVP, MCSD] |
|
|
|
#3 |
|
Posts: n/a
|
edit and continue is not supported by asp.net
http://msdn2.microsoft.com/en-us/library/ms227556.aspx -- bruce (sqlwork.com) "Diane Yocom" <> wrote in message news:... > I'm using VS2005 and am trying to get Edit and Continue to work while > debugging. I've gone to the Tools-Options-Debugging dialog box and made > sure "Enable Edit and Continue" is checked, but when I start debugging and > try changing the code, it just ignores any changes I've made. If I add a > new line while debugging and try to step through the code, the debugger > just skips the new line. > > Can anyone give me some suggestions? > Thanks! > Diane Y. > bruce barker \(sqlwork.com\) |
|
|
|
#4 |
|
Posts: n/a
|
In article <>, "bruce barker
(sqlwork.com)" <> writes >edit and continue is not supported by asp.net > >http://msdn2.microsoft.com/en-us/library/ms227556.aspx He's using VS2005, where edit and continue *is* supported. That article talks about debugging independently, using the .NET debugger. >"Diane Yocom" <> wrote in message >news:... >> I'm using VS2005 and am trying to get Edit and Continue to work while >> debugging. I've gone to the Tools-Options-Debugging dialog box and made >> sure "Enable Edit and Continue" is checked, but when I start debugging and >> try changing the code, it just ignores any changes I've made. If I add a >> new line while debugging and try to step through the code, the debugger >> just skips the new line. >> >> Can anyone give me some suggestions? >> Thanks! >> Diane Y. >> > > -- Alan Silver (anything added below this line is nothing to do with me) Alan Silver |
|
|
|
#5 |
|
Posts: n/a
|
C# and VB.net compilers support edit and continue for window and command
line apps. the asp.net compiler does not. if you read the article you will see a note: Note The Edit and Continue feature of Visual Studio 2005 is not available for Web applications. this is because MS was unable to add the feature to asp.net due to complexity of the problem in the asp.net enviroment. for simular reasons no support in sqlserver clr routines. -- bruce (sqlwork.com) "Alan Silver" <alan-> wrote in message news:... > In article <>, "bruce barker > (sqlwork.com)" <> writes >>edit and continue is not supported by asp.net >> >>http://msdn2.microsoft.com/en-us/library/ms227556.aspx > > He's using VS2005, where edit and continue *is* supported. That article > talks about debugging independently, using the .NET debugger. > >>"Diane Yocom" <> wrote in message >>news:... >>> I'm using VS2005 and am trying to get Edit and Continue to work while >>> debugging. I've gone to the Tools-Options-Debugging dialog box and made >>> sure "Enable Edit and Continue" is checked, but when I start debugging >>> and >>> try changing the code, it just ignores any changes I've made. If I add >>> a >>> new line while debugging and try to step through the code, the debugger >>> just skips the new line. >>> >>> Can anyone give me some suggestions? >>> Thanks! >>> Diane Y. >>> >> >> > > -- > Alan Silver > (anything added below this line is nothing to do with me) Bruce Barker |
|
|
|
#6 |
|
Posts: n/a
|
In article <>, Bruce Barker
<> writes >C# and VB.net compilers support edit and continue for window and command >line apps. the asp.net compiler does not. if you read the article you will >see a note: > > Note > The Edit and Continue feature of Visual Studio 2005 is not available >for Web applications. > > > >this is because MS was unable to add the feature to asp.net due to >complexity of the problem in the asp.net enviroment. for simular reasons no >support in sqlserver clr routines. OK, maybe I've missed something here then, but how come I can debug and change my ASP.NET code? Are we talking about different things here? >"Alan Silver" <alan-> wrote in message >news:... >> In article <>, "bruce barker >> (sqlwork.com)" <> writes >>>edit and continue is not supported by asp.net >>> >>>http://msdn2.microsoft.com/en-us/library/ms227556.aspx >> >> He's using VS2005, where edit and continue *is* supported. That article >> talks about debugging independently, using the .NET debugger. >> >>>"Diane Yocom" <> wrote in message >>>news:... >>>> I'm using VS2005 and am trying to get Edit and Continue to work while >>>> debugging. I've gone to the Tools-Options-Debugging dialog box and made >>>> sure "Enable Edit and Continue" is checked, but when I start debugging >>>> and >>>> try changing the code, it just ignores any changes I've made. If I add >>>> a >>>> new line while debugging and try to step through the code, the debugger >>>> just skips the new line. >>>> >>>> Can anyone give me some suggestions? >>>> Thanks! >>>> Diane Y. >>>> >>> >>> >> >> -- >> Alan Silver >> (anything added below this line is nothing to do with me) > > > >[ A UUEncoded file (ms227556.note(en-US,VS.80).gif) was included here. ] > -- Alan Silver (anything added below this line is nothing to do with me) Alan Silver |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to make your wonderful photo and video slideshow on DVD | kricww@gmail.com | DVD Video | 0 | 04-20-2006 07:26 AM |