Hello,
I am writing a VC++ .net app, and I am having a problem with the breakpoints that I am inserting for debugging.
I can insert a breakpoint and enter the code in debug mode, but the code breaks approximately 5 line before the breakpoint occurs. I have used .net for a few years and have never seen this happen, but I cannot get around it.
It is making the debugging of my program almost impossible, as this happens for ALL of my breakpoints.
Does anyone know what could be causing this?
Thanks,
Paul
I am writing a VC++ .net app, and I am having a problem with the breakpoints that I am inserting for debugging.
I can insert a breakpoint and enter the code in debug mode, but the code breaks approximately 5 line before the breakpoint occurs. I have used .net for a few years and have never seen this happen, but I cannot get around it.
It is making the debugging of my program almost impossible, as this happens for ALL of my breakpoints.
Does anyone know what could be causing this?
Thanks,
Paul