What are the debugging methods you use when came across a problem?



What are the debugging methods you use when came across a problem?..

Answer / nakul kumar

Debugging with tools like :
GDB, DBG, Forte, Visual Studio.
Analyzing the Core dump.
Using tusc to trace the last system call before crash.
Putting Debug statements in the program source code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Define virtual constructor.

0 Answers  


i want the NIC programmer-B model papaer pattren, iwant the all model papers?

15 Answers   NIC,


What are the operators in c++?

0 Answers  


What is recursion?

0 Answers  


Can you sort a set c++?

0 Answers  






Explain the purpose of the keyword volatile.

0 Answers  


How do I run c++?

0 Answers  


What is purpose of new operator?

0 Answers  


What is c++ code?

0 Answers  


Which bitwise operator is used to check whether a particular bit is on or off?

0 Answers  


Define Virtual function in C++.

0 Answers   iNautix,


Explain "const" reference arguments in function?

0 Answers  


Categories