English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm using VC++ 6.0 or so. I have one executable in a workspace that has its breakpoints disabled every time that I run it (requiring that I debug in assemble without the source obvious) while others within the same workspace can be easily debugged.

I've done most of the obvious things like using a debuggable library and turning optimizations off. Is there something inobvious, but common that I could be missing?

It seems like VS is missing the information about what line goes with what code. How do I get VS to be aware of this information?

2007-03-18 20:55:09 · 1 answers · asked by Mich Ravera 3 in Computers & Internet Programming & Design

1 answers

go to project->option
and make sure you are building for debug version (look for the compilation flag -D DEBUG)

2007-03-18 23:51:04 · answer #1 · answered by Anonymous · 0 0

fedest.com, questions and answers