Break Point doesn't stop anymore

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

    Break Point doesn't stop anymore

    I don't know what I have done, but I can't view the code
    through the Break Point anymore.
    It comes a ? at the point and it says: The breakpoint will
    currently not be hit. No symbols have been loaded for this
    document.
    Can you please tell me how I can watch through my code with
    the breakpoint again!!!!
  • Michael Culley

    #2
    Re: Break Point doesn't stop anymore

    Check that you are not compiling the release build. If you are compiling as debug then try making a change to the code, just add a
    space and then delete it, this usually works.

    --
    Michael Culley


    "Iris" <iris22@gmx.a t> wrote in message news:07a801c3a9 8e$578a2fb0$a30 1280a@phx.gbl.. .[color=blue]
    > I don't know what I have done, but I can't view the code
    > through the Break Point anymore.
    > It comes a ? at the point and it says: The breakpoint will
    > currently not be hit. No symbols have been loaded for this
    > document.
    > Can you please tell me how I can watch through my code with
    > the breakpoint again!!!![/color]


    Comment

    • Habib Heydarian [MSFT]

      #3
      Re: Break Point doesn't stop anymore

      What type of application are you writing? Windows Form? ASP.NET? etc.

      HabibH.

      "Iris" <iris22@gmx.a t> wrote in message
      news:07a801c3a9 8e$578a2fb0$a30 1280a@phx.gbl.. .[color=blue]
      > I don't know what I have done, but I can't view the code
      > through the Break Point anymore.
      > It comes a ? at the point and it says: The breakpoint will
      > currently not be hit. No symbols have been loaded for this
      > document.
      > Can you please tell me how I can watch through my code with
      > the breakpoint again!!!![/color]


      Comment

      • Frank Oquendo

        #4
        Re: Break Point doesn't stop anymore

        Michael Culley wrote:[color=blue]
        > Check that you are not compiling the release build. If you are
        > compiling as debug then try making a change to the code, just add a
        > space and then delete it, this usually works.[/color]

        In addition, make sure you set the "Generate debugging information"
        option to True in your project properties. It's under Configuration
        Properties | Build.

        --
        There are 10 kinds of people. Those who understand binary and those who
        don't.


        (Pull the pin to reply)


        Comment

        • Iris

          #5
          Re: Break Point doesn't stop anymore

          I use a Windows.Form and 2 classes[color=blue]
          >-----Original Message-----
          >What type of application are you writing? Windows Form?[/color]
          ASP.NET? etc.[color=blue]
          >
          >HabibH.
          >
          >"Iris" <iris22@gmx.a t> wrote in message
          >news:07a801c3a 98e$578a2fb0$a3 01280a@phx.gbl. ..[color=green]
          >> I don't know what I have done, but I can't view the code
          >> through the Break Point anymore.
          >> It comes a ? at the point and it says: The breakpoint will
          >> currently not be hit. No symbols have been loaded for this
          >> document.
          >> Can you please tell me how I can watch through my code with
          >> the breakpoint again!!!![/color]
          >
          >
          >.
          >[/color]

          Comment

          • Iris

            #6
            Re: Break Point doesn't stop anymore

            Thank you very, very much
            Now it works again :-))
            Yippieah :-)[color=blue]
            >-----Original Message-----
            >Michael Culley wrote:[color=green]
            >> Check that you are not compiling the release build. If[/color][/color]
            you are[color=blue][color=green]
            >> compiling as debug then try making a change to the code,[/color][/color]
            just add a[color=blue][color=green]
            >> space and then delete it, this usually works.[/color]
            >
            >In addition, make sure you set the "Generate debugging[/color]
            information"[color=blue]
            >option to True in your project properties. It's under[/color]
            Configuration[color=blue]
            >Properties | Build.
            >
            >--
            >There are 10 kinds of people. Those who understand binary[/color]
            and those who[color=blue]
            >don't.
            >
            >http://code.acadx.com
            >(Pull the pin to reply)
            >
            >
            >.
            >[/color]

            Comment

            • Michael Culley

              #7
              Re: Break Point doesn't stop anymore

              Good idea, but you don't want to do this to the release configuration.

              --
              Michael Culley


              "Frank Oquendo" <frankopin@acad x.com> wrote in message news:Oj5qEXZqDH A.3688@TK2MSFTN GP11.phx.gbl...[color=blue]
              > Michael Culley wrote:[color=green]
              > > Check that you are not compiling the release build. If you are
              > > compiling as debug then try making a change to the code, just add a
              > > space and then delete it, this usually works.[/color]
              >
              > In addition, make sure you set the "Generate debugging information"
              > option to True in your project properties. It's under Configuration
              > Properties | Build.
              >
              > --
              > There are 10 kinds of people. Those who understand binary and those who
              > don't.
              >
              > http://code.acadx.com
              > (Pull the pin to reply)
              >
              >[/color]


              Comment

              Working...