Start and Continue

  • Thread starter Thread starter mr t
  • Start date Start date
M

mr t

In Visual studio 2003, there was an option to restart the application
when I make code changes during debug. visual studio would abort, and
relaunch the website in debug mode again. where is that option in
Visual Studio 2005?

thanks in advance.
 
Hello mr t,

it should be activated by default
try to put breakpoint, change your code and try to continue - u will see
what happens

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


m> In Visual studio 2003, there was an option to restart the application
m> when I make code changes during debug. visual studio would abort, and
m> relaunch the website in debug mode again. where is that option in
m> Visual Studio 2005?
m>
m> thanks in advance.
m>
 
Back
Top