Rebuilding

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?
 
D

doofy

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top