CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    12

    Edit and continue in VS2013

    Hi,

    I recently switched to VS2013 and for some reason edit+continue (in debugging mode) is no longer working.
    In VS2010, whenever I changed code in debugging mode, Alt+F10 would make Visual Studio update the changed code and continue with the program.
    This no longer appears to be working in VS2013.

    I have Tools->Options->Debugging->Edit and Continue->"Enable Edit and Continue" ON, so that's not the problem here.

    Is there possibly some new shortcut for this in VS2013?

    I've tried installing VS2013 on two other computers, and it worked in none of them, so it's probably also not something with the installation.

    Can anyone tell me what I'm missing?

    Thank you in advance!

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,241

    Re: Edit and continue in VS2013

    Check Enable native Edit and Continue as well.

    Enable native Edit and Continue.jpg
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  3. #3
    Join Date
    Aug 2010
    Posts
    12

    Re: Edit and continue in VS2013

    No, unfortunately it's still not working.

    Whenever I change my code while debugging I either get this message:

    http://s1379.photobucket.com/user/er...i4brs.png.html

    or I can't set breakpoints anymore:

    http://s1379.photobucket.com/user/er...1uby5.png.html

    I've tried with 3 different computers, and I can't edit+continue with VS2013 while debugging on any of them.
    Last edited by ebraak; November 4th, 2015 at 05:12 AM.

Tags for this Thread

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

Featured