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

If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

612


Explain deep copy?

610


Can a built-in function be recursive?

588


What is the difference between struct and class?

749


Is string an object in c++?

661






What are the basic data types used in c++?

557


Describe linked list using C++ with an example.

651


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

593


Discuss the possibilities related to the termination of a program before entering the mainq method?

545


What is diamond problem in c++?

542


Can you please explain the difference between using macro and inline functions?

538


Is std :: string immutable?

567


What is istream and ostream in c++?

599


Will this c++ program execute or not?

607


Explain what you mean by a pointer.

636