Hi There,
Somehow the visual studio debugger is getting confused about which
source files belong to which object files. For example, I'll set a
breakpoint on line 92 in once source file, but the debugger will break
execution on line 92 in another source file.

I've tried doing a clean build and I've tried remaking my project
files. Does anyone have information on how the VC debugger links source
files to object files?

Thank you.

Re: Debugger confusing source file breakpoints by Frank

Frank
Wed May 11 13:42:23 CDT 2005

<dbrans@gmail.com> wrote in message
news:1115832629.672542.226870@g44g2000cwa.googlegroups.com...
> Hi There,
> Somehow the visual studio debugger is getting confused about which
> source files belong to which object files. For example, I'll set a
> breakpoint on line 92 in once source file, but the debugger will break
> execution on line 92 in another source file.
>
> I've tried doing a clean build and I've tried remaking my project
> files. Does anyone have information on how the VC debugger links source
> files to object files?
>
> Thank you.

Check your paths in the IDE to ensure that the correct source files are
being seen in the correct order. You may also want to check your project
settings to ensure that the source files are not configured to change the
object file names.

--
============
Frank Hickman
Microsoft MVP
NobleSoft, Inc.
============
Replace the _nosp@m_ with @ to reply.