I'm using Visual Studio 2008 in developing VB.NET windows application , this application contains MDI_PARENT form and many MDI_CHILDS forms.
when i run F5 (start debugging) , and stop in BREAK-POINTS and need to edit the code , it allows me to edit in MDI-PARENT form code , but when i try to edit the MDI-CHILD code it gave me the following message :
changes are not allowed when the debugger has been attached to an already running process.....
I went to:
Tools -> Options -> Debugging -> Edit and Continue
then i disable "Enable Edit and Continue" remove the Checkbox before it . then when i tried to edit it gave me the following error
cannot currently modify this text in the editor. it is read-only
so, how could I enable Edit and Continue in MDI-CHILDS forms ???
ThnX....