Results 1 to 3 of 3

Thread: [RESOLVED] Modify Code when Debuging

  1. #1

    Thread Starter
    Addicted Member Tengkorak's Avatar
    Join Date
    Nov 2006
    Posts
    240

    Resolved [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
    Attached Images Attached Images  

  2. #2
    PowerPoster cicatrix's Avatar
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,654

    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.

  3. #3

    Thread Starter
    Addicted Member Tengkorak's Avatar
    Join Date
    Nov 2006
    Posts
    240

    Re: Modify Code when Debuging

    Quote Originally Posted by cicatrix View Post
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width