VB 2005 Issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Federico G. Babelis

    #1

    VB 2005 Issue

    Hi:

    In VB.NET 2005 Express beta 2, I cant debug my application when I insert a
    breakpoint it never is reached, a message like "No debug symbols loaded,
    breakpoint will likely not be hit"

    Any idea ?

    Thx,
    Fede


  • Ken Tucker [MVP]

    #2
    Re: VB 2005 Issue

    Hi,

    Your application must be in debug mode (not release) when you
    compile it for breakpoints to work.

    Ken
    ----------------------
    "Federico G. Babelis" <federico@gazum .com> wrote in message
    news:evzuKTaiFH A.1244@TK2MSFTN GP14.phx.gbl...
    Hi:

    In VB.NET 2005 Express beta 2, I cant debug my application when I insert a
    breakpoint it never is reached, a message like "No debug symbols loaded,
    breakpoint will likely not be hit"

    Any idea ?

    Thx,
    Fede



    Comment

    • Federico G. Babelis

      #3
      Re: VB 2005 Issue

      Yes, I now that, in VB 2003 I can change from Release to Debut; but, how i
      can change that in VB 2005 ???

      Regards,
      Fede





      "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
      news:OWnjtHfiFH A.3716@TK2MSFTN GP14.phx.gbl...[color=blue]
      > Hi,
      >
      > Your application must be in debug mode (not release) when you
      > compile it for breakpoints to work.
      >
      > Ken
      > ----------------------
      > "Federico G. Babelis" <federico@gazum .com> wrote in message
      > news:evzuKTaiFH A.1244@TK2MSFTN GP14.phx.gbl...
      > Hi:
      >
      > In VB.NET 2005 Express beta 2, I cant debug my application when I insert a
      > breakpoint it never is reached, a message like "No debug symbols loaded,
      > breakpoint will likely not be hit"
      >
      > Any idea ?
      >
      > Thx,
      > Fede
      >
      >
      >[/color]


      Comment

      • Federico G. Babelis

        #4
        Re: VB 2005 Issue

        I found that this only happend with a VB project imported from VB 2003, when
        you create a new project in VB 2005, the debug symbols are loaded without
        issues...

        Regards,
        Fede


        "Federico G. Babelis" <federico@gazum .com> wrote in message
        news:OyiI3NhiFH A.572@TK2MSFTNG P15.phx.gbl...[color=blue]
        > Yes, I now that, in VB 2003 I can change from Release to Debut; but, how i
        > can change that in VB 2005 ???
        >
        > Regards,
        > Fede
        >
        >
        >
        >
        >
        > "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
        > news:OWnjtHfiFH A.3716@TK2MSFTN GP14.phx.gbl...[color=green]
        >> Hi,
        >>
        >> Your application must be in debug mode (not release) when you
        >> compile it for breakpoints to work.
        >>
        >> Ken
        >> ----------------------
        >> "Federico G. Babelis" <federico@gazum .com> wrote in message
        >> news:evzuKTaiFH A.1244@TK2MSFTN GP14.phx.gbl...
        >> Hi:
        >>
        >> In VB.NET 2005 Express beta 2, I cant debug my application when I insert
        >> a
        >> breakpoint it never is reached, a message like "No debug symbols loaded,
        >> breakpoint will likely not be hit"
        >>
        >> Any idea ?
        >>
        >> Thx,
        >> Fede
        >>
        >>
        >>[/color]
        >
        >[/color]


        Comment

        • Brian Henry

          #5
          Re: VB 2005 Issue

          it changes the same way in 2005 for me as it did in 2003...

          "Federico G. Babelis" <federico@gazum .com> wrote in message
          news:OyiI3NhiFH A.572@TK2MSFTNG P15.phx.gbl...[color=blue]
          > Yes, I now that, in VB 2003 I can change from Release to Debut; but, how i
          > can change that in VB 2005 ???
          >
          > Regards,
          > Fede
          >
          >
          >
          >
          >
          > "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
          > news:OWnjtHfiFH A.3716@TK2MSFTN GP14.phx.gbl...[color=green]
          >> Hi,
          >>
          >> Your application must be in debug mode (not release) when you
          >> compile it for breakpoints to work.
          >>
          >> Ken
          >> ----------------------
          >> "Federico G. Babelis" <federico@gazum .com> wrote in message
          >> news:evzuKTaiFH A.1244@TK2MSFTN GP14.phx.gbl...
          >> Hi:
          >>
          >> In VB.NET 2005 Express beta 2, I cant debug my application when I insert
          >> a
          >> breakpoint it never is reached, a message like "No debug symbols loaded,
          >> breakpoint will likely not be hit"
          >>
          >> Any idea ?
          >>
          >> Thx,
          >> Fede
          >>
          >>
          >>[/color]
          >
          >[/color]


          Comment

          Working...