1 Attachment(s)
[RESOLVED] Modify Code when Debuging
When debugging a program and then we take it to a line breakpoint,
then I want to modify the code again.
but could not and such message appears in the image which I attach.
What can we edit code program at the time of the process of debugging.
This can be done in visual basic 6 ide
Thank you
Re: Modify Code when Debuging
Enable 'Edit and continue' option, click the Tools menu and select Options. In the Options dialog box, expand the Debugging folder and select Edit and Continue. This page allows you to set the following options for Edit and Continue. For more information, see Edit and Continue on MSDN.
Also, make sure your project is in Debug configuration. It won't work in Release.
Re: Modify Code when Debuging
Quote:
Originally Posted by
cicatrix
Also, make sure your project is in Debug configuration. It won't work in Release.
where we can get the setting for this, I can not find the setting for this