Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Is Edit and continue support available for X64 application in VS2010 ?

Is Edit and continue support available for X64 application in VS2010 ?

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studiohelpquestionannouncement
12 Posts 5 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Lost User

    See http://msdn.microsoft.com/en-us/library/0dbey757.aspx[^].

    S Offline
    S Offline
    sma123
    wrote on last edited by
    #3

    Hi Richard, Thanks for your reply..Its mainly intended for VS2013. I am not able to do for VS2010 Thanks, SMA

    L 1 Reply Last reply
    0
    • S sma123

      Hi Richard, Thanks for your reply..Its mainly intended for VS2013. I am not able to do for VS2010 Thanks, SMA

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #4

      Well now you know where to look you can get any specific details for VS2010.

      S 1 Reply Last reply
      0
      • L Lost User

        Well now you know where to look you can get any specific details for VS2010.

        S Offline
        S Offline
        sma123
        wrote on last edited by
        #5

        Hi Richard, Thanks again for your reply. Actually I came to know from link that "Edit and continue" feature is not available for X64 bit application in VS2010..In order to be make sure I wanted to hear it from expert team who had already having hands on experience on this. Thanks, SMA

        L A 2 Replies Last reply
        0
        • S sma123

          Hi Richard, Thanks again for your reply. Actually I came to know from link that "Edit and continue" feature is not available for X64 bit application in VS2010..In order to be make sure I wanted to hear it from expert team who had already having hands on experience on this. Thanks, SMA

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #6

          Well thanks for your comment, but I have never used Edit & Continue in 20 years of Windows programming.

          1 Reply Last reply
          0
          • S sma123

            Hi Richard, Thanks again for your reply. Actually I came to know from link that "Edit and continue" feature is not available for X64 bit application in VS2010..In order to be make sure I wanted to hear it from expert team who had already having hands on experience on this. Thanks, SMA

            A Offline
            A Offline
            Albert Holguin
            wrote on last edited by
            #7

            I'm going to have to second Richard on this... I've never used Edit & Continue... I wouldn't depend on a feature that's not really widely used as that (none of the other developers in my company use it either).

            J 1 Reply Last reply
            0
            • A Albert Holguin

              I'm going to have to second Richard on this... I've never used Edit & Continue... I wouldn't depend on a feature that's not really widely used as that (none of the other developers in my company use it either).

              J Offline
              J Offline
              jschell
              wrote on last edited by
              #8

              I have never used it either. Rather curious as to what development methodology would be in use such that this would be a feature that one could ever rely on in a non-trivial way.

              A 1 Reply Last reply
              0
              • S sma123

                Hi All, I am using VS 2010 (SP1). When I am trying to use Edit and continue for debugging X64 bit application, I am getting the following error, "the source file has changed it no longer matches the version of the file used to build the application being debugged" Is there anyway to get rid of this? OS: Win2008server (64 bit) Thanks, SMA

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #9

                Hi, No it is not implemented for 64 bit. Furthermore x64 edit and continue for unmanaged is not implemented on VS versions all the way up to VS2013++. Best Wishes, -David Delaune

                1 Reply Last reply
                0
                • J jschell

                  I have never used it either. Rather curious as to what development methodology would be in use such that this would be a feature that one could ever rely on in a non-trivial way.

                  A Offline
                  A Offline
                  Albert Holguin
                  wrote on last edited by
                  #10

                  Yeah, I'd be curious too. It's not a very helpful feature, sounds more like a feature added for the sake of adding bullet point highlights for a new release of VS.

                  S 1 Reply Last reply
                  0
                  • A Albert Holguin

                    Yeah, I'd be curious too. It's not a very helpful feature, sounds more like a feature added for the sake of adding bullet point highlights for a new release of VS.

                    S Offline
                    S Offline
                    Stefan_Lang
                    wrote on last edited by
                    #11

                    I very rarely use it to fix minor typo-like errors, such as replacing < with <=, or changing literal values in assignments or function calls to something else. The reason is that I'm often confronted with deep levels of function calls with multiple nested loops, and getting back to the same point of debugging can be very time consuming.

                    GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

                    A 1 Reply Last reply
                    0
                    • S Stefan_Lang

                      I very rarely use it to fix minor typo-like errors, such as replacing < with <=, or changing literal values in assignments or function calls to something else. The reason is that I'm often confronted with deep levels of function calls with multiple nested loops, and getting back to the same point of debugging can be very time consuming.

                      GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

                      A Offline
                      A Offline
                      Albert Holguin
                      wrote on last edited by
                      #12

                      True, but nothing that you couldn't do with a bookmark and/or a conditional break point.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups