debugging C++ when compared to debugging C -


Hi,

I'm usually a programmer, using tools like GDB, DBX Regularly debug C program on Unix environment. I have never debugged large applications of C ++ in what we are different from the debug. Theoretically I am quite good at C ++, but C ++ programs have not had the chance to debug. I do not even know what kind of technical problems we face in C ++, so developers have to switch to the debugger to find the problem. C ++ faces common problems that will start debugging debugger

What challenges might a C programmer face while debugging a C ++ program? Is it difficult and complicated than C?

This is basically the same.

Just remember that in order to manually set the brake point, you need to get the method name fully qualified with both name space and class (as a resolve, Breakpoint makes it easy to define)

Do not forget that the law enforcement may become invisible in the call source, but you can still step on them at the end of a block.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -