Is Edit and Continue available in vb .net?

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

    Is Edit and Continue available in vb .net?

    I am a vb6 user and was wondering if the edit and continue feature ever made into .net and what is the current version of vb.net

    Thanks in advance

    WayneM
  • Rob Windsor [MVP]

    #2
    Re: Is Edit and Continue available in vb .net?

    It's not in the current version (VB 2003) but it will be in the next version
    (VB 2005).

    --
    Rob Windsor [MVP-VB]
    G6 Consulting
    Toronto, Canada


    "WayneM" <wwwmurakami@ao l.com> wrote in message
    news:9587C49C-064D-437A-A05A-6B3A395263BD@mi crosoft.com...[color=blue]
    > I am a vb6 user and was wondering if the edit and continue feature ever[/color]
    made into .net and what is the current version of vb.net?[color=blue]
    >
    > Thanks in advance,
    >
    > WayneM[/color]


    Comment

    • Bismark Prods

      #3
      Re: Is Edit and Continue available in vb .net?

      Those functionalities sere added in the next version of .Net

      Bismark


      "WayneM" <wwwmurakami@ao l.com> a écrit dans le message de
      news:9587C49C-064D-437A-A05A-6B3A395263BD@mi crosoft.com...[color=blue]
      > I am a vb6 user and was wondering if the edit and continue feature ever[/color]
      made into .net and what is the current version of vb.net?[color=blue]
      >
      > Thanks in advance,
      >
      > WayneM[/color]


      Comment

      • Herfried K. Wagner [MVP]

        #4
        Re: Is Edit and Continue available in vb .net?

        * "Bismark Prods" <trodeblem@vtxn et.ch> scripsit:[color=blue]
        > Those functionalities sere added in the next version of .Net[/color]

        .... but only for VB.NET.

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

        Comment

        • Bismark Prods

          #5
          Re: Is Edit and Continue available in vb .net?

          but for C (++ or #) already exists or not ?

          Bismark

          "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> a écrit dans le
          message de news:e6YAKTsOEH A.3896@TK2MSFTN GP12.phx.gbl...[color=blue]
          > * "Bismark Prods" <trodeblem@vtxn et.ch> scripsit:[color=green]
          > > Those functionalities sere added in the next version of .Net[/color]
          >
          > ... but only for VB.NET.
          >
          > --
          > Herfried K. Wagner [MVP]
          > <URL:http://dotnet.mvps.org/>[/color]


          Comment

          • Herfried K. Wagner [MVP]

            #6
            Re: Is Edit and Continue available in vb .net?

            * "Bismark Prods" <trodeblem@vtxn et.ch> scripsit:[color=blue]
            > but for C (++ or #) already exists or not ?[/color]

            Not for C#, for C++ I don't know.

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

            Comment

            • Dick Grier

              #7
              Re: Is Edit and Continue available in vb .net?

              No, VB only. And, only in the next version.

              --
              Richard Grier (Microsoft Visual Basic MVP)

              See www.hardandsoftware.net for contact information.

              Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
              Edition ISBN 1-890422-27-4 (391 pages) published February 2002.


              Comment

              • EricJ

                #8
                Re: Is Edit and Continue available in vb .net?

                Tools --> options --> debugging --> edit and continue --> set allow me to
                edit vb files while debugging
                But when you continue he dousn't know the changes it will keep running w the
                old(compiled code) unless you restart.
                I still find it nice to have turned on.

                eric

                "WayneM" <wwwmurakami@ao l.com> wrote in message
                news:9587C49C-064D-437A-A05A-6B3A395263BD@mi crosoft.com...[color=blue]
                > I am a vb6 user and was wondering if the edit and continue feature ever[/color]
                made into .net and what is the current version of vb.net?[color=blue]
                >
                > Thanks in advance,
                >
                > WayneM[/color]


                Comment

                Working...