Visual Studio Debugger Confused about Source Files

D

dbrans

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 debugger links source
files to object files?

Thank you.
 
B

BigBrian

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 debugger links source
files to object files?

Thank you.

This has nothing to do with the C++ language and thus is off topic.
 
V

Victor Bazarov

Somehow the visual studio debugger [..]

Visual Studio Debugger is off-topic here. Please post your
question to 'microsoft.public.vc.ide_general' or to some other
'microsoft.public.vc.*' newsgroup.

V
 

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

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,057
Members
47,667
Latest member
DaniloB294

Latest Threads

Top