Rebuilding

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

    Rebuilding

    I've got a console app that I wrote, and I'm trying to go in and track
    some problems after this thing has been running for a while.

    I'm trying to set breakpoints, and when I hit the debug button, it comes
    back and says "There is no source code available for the current location".

    It also jumps past my breakpoint, and runs what looks like old commented
    out code.

    So, I'm thinking it's running an old build of the app, even though I'm
    trying to step through it in VS 2008.

    Any idea how to make this start working? A new build?
  • doofy

    #2
    Re: Rebuilding

    doofy wrote:
    I've got a console app that I wrote, and I'm trying to go in and track
    some problems after this thing has been running for a while.
    >
    I'm trying to set breakpoints, and when I hit the debug button, it comes
    back and says "There is no source code available for the current location".
    >
    It also jumps past my breakpoint, and runs what looks like old commented
    out code.
    >
    So, I'm thinking it's running an old build of the app, even though I'm
    trying to step through it in VS 2008.
    >
    Any idea how to make this start working? A new build?
    Never mind. I closed VS and reopened and I'm up.

    Comment

    Working...