Home > Software engineering >  Strange code vs2013 using the debug engineering, jump
Strange code vs2013 using the debug engineering, jump

Time:09-26

Inside the A.c pp, new class B, B, B=new B ();
Then in the biggest pp breaking point, every time go to into the biggest pp 102 lines, the execution is about 20 lines, again into the constructor,
And 20 lines 102 lines start to won't have any effect, no matter what is 102 lines of code, will be advanced to,
Tried to empty rebuild again, to turn the page code, all useless, consult ~

CodePudding user response:

Close to optimize project select debug, disease, recompile, and debugging

CodePudding user response:

The Debug mode, rebuild all try again

CodePudding user response:

Classes are nested with each other? In the code

CodePudding user response:

If single step debugging doesn't work
Through the TRACE output is also a way of debugging
Also can through the elimination process (comments calling some unnecessary code, or the other to build a project to invoke the B), to find the root cause of the problem,
You describe the problem and you have a lot of engineering correlation, want here to find the answer to estimate is difficult,

CodePudding user response:

The debug debugging ~

CodePudding user response:

Code, didn't also the way analysis

CodePudding user response:

Estimation is vs2013 bugs, for vs2013 update5 was no problem,