Edit and Debug not available in Visual Studio.NET?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • News

    Edit and Debug not available in Visual Studio.NET?

    Hi I've been using VS.NET for a while and have become frustrated. In VB6 I
    could edit code during a debug session then continue.

    Is there a way to accompish this in VS.NET? It seems odd that the feature
    would have been removed.

    Thanks,
    Chris Dyck



  • Peter Proost

    #2
    Re: Edit and Debug not available in Visual Studio.NET?

    This will be possible again in vs2005, it isn't possible in 2002/2003

    grtz Peter

    "News" <news@genisoft. com> wrote in message
    news:9sadnZa1SY sZq_DcRVn-rw@rogers.com.. .[color=blue]
    > Hi I've been using VS.NET for a while and have become frustrated. In VB6[/color]
    I[color=blue]
    > could edit code during a debug session then continue.
    >
    > Is there a way to accompish this in VS.NET? It seems odd that the feature
    > would have been removed.
    >
    > Thanks,
    > Chris Dyck
    >
    >
    >[/color]


    Comment

    • Cor Ligthert

      #3
      Re: Edit and Debug not available in Visual Studio.NET?

      News,

      It comes back in 2005.
      [color=blue]
      > Is there a way to accompish this in VS.NET? It seems odd that the feature
      > would have been removed.[/color]

      I never miss it by the way. There is so good background compiling when
      editing (when option strict is on), that most errors will probably not be
      resolvable with that try and go, because otherwise they where already
      detected by the compiler before.

      However just my thought,

      Cor



      Comment

      • Herfried K. Wagner [MVP]

        #4
        Re: Edit and Debug not available in Visual Studio.NET?

        "News" <news@genisoft. com> schrieb:[color=blue]
        > Hi I've been using VS.NET for a while and have become
        > frustrated. In VB6 I could edit code during a debug session
        > then continue.
        >
        > Is there a way to accompish this in VS.NET? It seems odd
        > that the feature would have been removed.[/color]

        Check the project's debug options, there is a checkbox that will allow you
        to edit code while debugging. Notice that this will not be the same as Edit
        and Continie like in VB6, you will have to restart your application in order
        to make the changes you made appear.

        True Edit and Continue will be back in the next release of Visual Basic,
        "Whidbey", which will be made available in 2005.

        --
        Herfried K. Wagner [MVP]
        <URL:http://dotnet.mvps.org/>

        Comment

        • Cor Ligthert

          #5
          Re: Edit and Debug not available in Visual Studio.NET?

          Herfried,
          [color=blue]
          > True Edit and Continue will be back in the next release of Visual Basic,
          > "Whidbey", which will be made available in 2005.[/color]

          Are you sure completly what the word True gives the idea, I thought that
          there were limitations?

          Cor
          [color=blue]
          > "News" <news@genisoft. com> schrieb:[color=green]
          >> Hi I've been using VS.NET for a while and have become
          >> frustrated. In VB6 I could edit code during a debug session
          >> then continue.
          >>
          >> Is there a way to accompish this in VS.NET? It seems odd
          >> that the feature would have been removed.[/color]
          >
          > Check the project's debug options, there is a checkbox that will allow you
          > to edit code while debugging. Notice that this will not be the same as
          > Edit and Continie like in VB6, you will have to restart your application
          > in order to make the changes you made appear.
          >[/color]


          Comment

          • Herfried K. Wagner [MVP]

            #6
            Re: Edit and Debug not available in Visual Studio.NET?

            Hi Cor,

            "Cor Ligthert" <notmyfirstname @planet.nl> schrieb:[color=blue][color=green]
            >> True Edit and Continue will be back in the next release
            >> of Visual Basic, "Whidbey", which will be made available in 2005.[/color]
            >
            > Are you sure completly what the word True gives the idea, I
            > thought that there were limitations?[/color]

            There are limitations in the current version of VB.NET (continue is not
            supported ;-)). I'm not sure what you are referring to...

            --
            Herfried K. Wagner [MVP]
            <URL:http://dotnet.mvps.org/>

            Comment

            • Cor Ligthert

              #7
              Re: Edit and Debug not available in Visual Studio.NET?

              > Hi Cor,[color=blue]
              >
              > "Cor Ligthert" <notmyfirstname @planet.nl> schrieb:[color=green][color=darkred]
              >>> True Edit and Continue will be back in the next release
              >>> of Visual Basic, "Whidbey", which will be made available in 2005.[/color]
              >>
              >> Are you sure completly what the word True gives the idea, I
              >> thought that there were limitations?[/color]
              >
              > There are limitations in the current version of VB.NET (continue is not
              > supported ;-)). I'm not sure what you are referring to...
              >[/color]

              I thought that continue in the new version has limitations, which it should
              have in my opinion because the classic style from VB6 made it more easy to
              do it.

              However maybe you have good expirience with it with the Beta.

              Cor





              Comment

              • Herfried K. Wagner [MVP]

                #8
                Re: Edit and Debug not available in Visual Studio.NET?

                Cor,

                "Cor Ligthert" <notmyfirstname @planet.nl> schrieb:[color=blue][color=green][color=darkred]
                >>> Are you sure completly what the word True gives the idea, I
                >>> thought that there were limitations?[/color]
                >>
                >> There are limitations in the current version of VB.NET (continue is not
                >> supported ;-)). I'm not sure what you are referring to...
                >>[/color]
                >
                > I thought that continue in the new version has limitations, which
                > it should have in my opinion because the classic style from VB6
                > made it more easy to do it.
                >
                > However maybe you have good expirience with it with the Beta.[/color]

                There are some limitations, but there were limitations in VB6's E&C too.
                All together the addition of E&C is a huge step forward.

                --
                Herfried K. Wagner [MVP]
                <URL:http://dotnet.mvps.org/>

                Comment

                Working...