Re: Statements skipped & breakpoints lost in code block (C++ .NET)




Check if this has something to do with the problem:
http://support.microsoft.com/?id=328784

If it does not help, try to insert tracing into the code -
is the skipped code really executed or not, according to tracing output?
(in particular, pay attention to the result of "if" statement after the first "for")

Also, make sure that the code is not optimized.

Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]






.



Relevant Pages


Loading