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

What is cloning?

1 Answers  


What is the difference between while and do while loop?

0 Answers  


What is the latest c++ standard?

0 Answers  


how to explain our contribution in the project?

0 Answers   Wipro, Yahoo,


Should you pass exceptions by value or by reference?

0 Answers  


what is VOID?

0 Answers  


What are class and object in C++?

1 Answers  


Explain the static storage classes in c++.

0 Answers  


What is the Maximum Size that an Array can hold?

55 Answers   Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,


What is a modifier in c++?

0 Answers  


What is an iterator class in c++?

0 Answers  


What is stoi in c++?

0 Answers  


Categories