Rebuilding

  • Thread starter Thread starter doofy
  • Start date Start date
D

doofy

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 said:
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.
 
Back
Top