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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

why is c++ called oops? Explain

795


What is an iterator?

915


Difference between a homogeneous and a heterogeneous container

894


Explain Text Manipulation Routines?

827


How do we balance an AVL Tree in C++?

848


Explain how an exception handler is defined and invoked in a Program.

844


What are the data types in c++?

685


How many standards of c++ are there?

837


What is auto used for in c++?

769


What are friend classes?

834


Why c++ is faster than java?

812


Why can’t you call invariants() as the first line of your constructor?

761


what is oops and list its features in c++?

741


Can I create my own functions in c++?

803


Is there a sort function in c++?

754