// JP opened flex table

Click to See Complete Forum and Search --> : Debugger


ArnaudL
March 15th, 2000, 11:21 AM
I have a problem with the debugger of Visual C++ 6.0. I have modified (with VC 6.0 on NT 4.0 SP4) an application code with VC 5.0 on NT 4.0 SP3, and now, it's impossible to use the debugger when i put a breakpoint.
Steps before debugger's crash:
1-I put a breakpoint.
2-I receive a message box:"(Application's name)does not contain debugging informations, press OK to continue".
3-On OK, I receive an other message box:"One or more breakpoint cannot be set and have been disable. Execution will stop at the beginning of the program."
4-The breakpoint become white and VC 6.0 show a window of assembler.
Is that a bug or misuse?

Thanks for helping.

manohara
March 16th, 2000, 06:54 PM
I hope create a new work space, add you project
with vc++6.0. And Bulid application first and debug.

I hope some sort of guess..

kranthi
March 21st, 2000, 11:42 AM
I really feel that this is not a problem with the VC6 or VC5 or the service pack. This has got to be something else.
U get these messages when ur debug version of the exe is not built correctly or is not built recently.
A breakpoint getting disabled(i.e white), when debugging a debug version occours if the compiler finds a mismatch between the exe and the code(i guess i am right).
Clean all ur output files in the debug directory and give a rebuild and try it out.

//JP added flex table