Debugging not working :-(

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

    Debugging not working :-(

    Since last friday I cannot get any of my breakpoints in
    any of my C# code to be hit. I was using the attatch to
    process with Script and CLR checked and attatching to the
    asp process. This worked on Thurs, and nothing that I am
    aware of has changed since then. I have shut down the box
    and restarted and it still will not hit the breakpoints.
    It will hit any VB script or breakpoints in the HTML, but
    not the .cs code behind pages.

    Please any help on this? I get a question mark on my C#
    breakpoints that don't get hit and if I hover over them it
    says, "The breakpoint will not currently be hit. No
    symbols have been loaded for this document."


  • joe

    #2
    Re: Debugging not working :-(

    All are true except for sql...

    [color=blue]
    >-----Original Message-----
    >Right Click Project Properties>>Con figuration
    >Properties>>De bugging>>Debugg ers Enable..???
    >
    >"joe" <joe_cool_jr@ho tmail.com> wrote in message
    >news:039a01c34 bdc$883ccc40$a4 01280a@phx.gbl. ..[color=green]
    >> Since last friday I cannot get any of my breakpoints in
    >> any of my C# code to be hit. I was using the attatch to
    >> process with Script and CLR checked and attatching to[/color][/color]
    the[color=blue][color=green]
    >> asp process. This worked on Thurs, and nothing that I[/color][/color]
    am[color=blue][color=green]
    >> aware of has changed since then. I have shut down the[/color][/color]
    box[color=blue][color=green]
    >> and restarted and it still will not hit the breakpoints.
    >> It will hit any VB script or breakpoints in the HTML,[/color][/color]
    but[color=blue][color=green]
    >> not the .cs code behind pages.
    >>
    >> Please any help on this? I get a question mark on my C#
    >> breakpoints that don't get hit and if I hover over them[/color][/color]
    it[color=blue][color=green]
    >> says, "The breakpoint will not currently be hit. No
    >> symbols have been loaded for this document."
    >>
    >>[/color]
    >
    >
    >.
    >[/color]

    Comment

    • alien2_51

      #3
      Re: Debugging not working :-(

      I know you've already checked this..

      VS.NET>>Build>> Configuration Manager>>Active Solution Configuration = Debug

      Also make sure your not referencing any realease components.. Try adding all
      related projects into the same solution
      remove your references and add project references in place of them.. Kick
      it... Yell at it... Create new project, see if debugging works..?


      "joe" <joe_cool_jr@ho tmail.com> wrote in message
      news:056c01c34b e3$be719500$a10 1280a@phx.gbl.. .[color=blue]
      > All are true except for sql...
      >
      >[color=green]
      > >-----Original Message-----
      > >Right Click Project Properties>>Con figuration
      > >Properties>>De bugging>>Debugg ers Enable..???
      > >
      > >"joe" <joe_cool_jr@ho tmail.com> wrote in message
      > >news:039a01c34 bdc$883ccc40$a4 01280a@phx.gbl. ..[color=darkred]
      > >> Since last friday I cannot get any of my breakpoints in
      > >> any of my C# code to be hit. I was using the attatch to
      > >> process with Script and CLR checked and attatching to[/color][/color]
      > the[color=green][color=darkred]
      > >> asp process. This worked on Thurs, and nothing that I[/color][/color]
      > am[color=green][color=darkred]
      > >> aware of has changed since then. I have shut down the[/color][/color]
      > box[color=green][color=darkred]
      > >> and restarted and it still will not hit the breakpoints.
      > >> It will hit any VB script or breakpoints in the HTML,[/color][/color]
      > but[color=green][color=darkred]
      > >> not the .cs code behind pages.
      > >>
      > >> Please any help on this? I get a question mark on my C#
      > >> breakpoints that don't get hit and if I hover over them[/color][/color]
      > it[color=green][color=darkred]
      > >> says, "The breakpoint will not currently be hit. No
      > >> symbols have been loaded for this document."
      > >>
      > >>[/color]
      > >
      > >
      > >.
      > >[/color][/color]


      Comment

      Working...