debug - step by step

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

    #1

    debug - step by step

    Hi,
    with vb6 it was possible to step through the code by pressing F8. Is this
    still possible with .net 2003?

    Thanks,
    Frank
  • iwdu15

    #2
    RE: debug - step by step

    yes, after setting a breakpoint and starting the debugger, use F10 to step
    through, if that hotkey doesnt work its under the debug menu "Step Through"

    Comment

    • iwdu15

      #3
      RE: debug - step by step

      yes, after setting a breakpoint and starting the debugger, use F10 to step
      through, if that hotkey doesnt work its under the debug menu "Step Through"

      Comment

      • Siva M

        #4
        Re: debug - step by step

        Hi,

        If you are using Visual Studio .NET 2003, the equivalent key is F10 (F11 to
        step into a procedure).

        "Frank" <Frank@discussi ons.microsoft.c om> wrote in message
        news:C5910DE2-E25A-4716-86C5-BD953A541747@mi crosoft.com...
        Hi,
        with vb6 it was possible to step through the code by pressing F8. Is this
        still possible with .net 2003?

        Thanks,
        Frank


        Comment

        • Siva M

          #5
          Re: debug - step by step

          Hi,

          If you are using Visual Studio .NET 2003, the equivalent key is F10 (F11 to
          step into a procedure).

          "Frank" <Frank@discussi ons.microsoft.c om> wrote in message
          news:C5910DE2-E25A-4716-86C5-BD953A541747@mi crosoft.com...
          Hi,
          with vb6 it was possible to step through the code by pressing F8. Is this
          still possible with .net 2003?

          Thanks,
          Frank


          Comment

          • stand__sure

            #6
            Re: debug - step by step

            you specified an environment preference when you ran the IDE for the
            first time -- this is what set your function keys to these values.

            to change, Tools>Customize >Keyboard

            Comment

            • stand__sure

              #7
              Re: debug - step by step

              you specified an environment preference when you ran the IDE for the
              first time -- this is what set your function keys to these values.

              to change, Tools>Customize >Keyboard

              Comment

              • Herfried K. Wagner [MVP]

                #8
                Re: debug - step by step

                "stand__sur e" <stand__sure@ho tmail.com> schrieb:[color=blue]
                > you specified an environment preference when you ran the IDE for the
                > first time -- this is what set your function keys to these values.
                >
                > to change, Tools>Customize >Keyboard[/color]

                .... or on the start page -> "My Profile" -> "Keyboard schema".

                --
                M S Herfried K. Wagner
                M V P <URL:http://dotnet.mvps.org/>
                V B <URL:http://classicvb.org/petition/>

                Comment

                • Herfried K. Wagner [MVP]

                  #9
                  Re: debug - step by step

                  "stand__sur e" <stand__sure@ho tmail.com> schrieb:[color=blue]
                  > you specified an environment preference when you ran the IDE for the
                  > first time -- this is what set your function keys to these values.
                  >
                  > to change, Tools>Customize >Keyboard[/color]

                  .... or on the start page -> "My Profile" -> "Keyboard schema".

                  --
                  M S Herfried K. Wagner
                  M V P <URL:http://dotnet.mvps.org/>
                  V B <URL:http://classicvb.org/petition/>

                  Comment

                  Working...