I’m sure this has been asked before, but I searched and couldn’t find an answer.
Is there any way I can enable editing of Forms while debugging in Visual Studio 2008?
Currently, when I’m debugging, all of the controls and properties are locked to prevent editing. This is very annoying when I’m debugging and trying to adjust the forms.
Is there a setting I can change somewhere to allow this?
No. All the designer state is compiled into code when you hit F5. So it is not possible to provide change in debugging.