edit code when debugging?

liptonIcedTea

Well-known member
Joined
Jan 18, 2007
Messages
89
Programming Experience
1-3
im new to developing in ASP.NET 2.0 moving from Visual Studio 2003 developing Win Forms.

This is probably quite an easy question, but is there an option in VS 2005 to be able to edit the code when you're debugging the website?

Thanks
 
Please give a thread title descriptive to the content topic. Thread title was changed. Thank you.
 
Hi,

It is possible to make changes but there are some limitations:
- you can not edit via the designer since it is locked
- changes in the code behind files are only seen after recompilation
- changes in the .aspx files can be seen after a refresh of the page

Greetz,

Geert
 
Back
Top