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
Which one is better- macro or function?
Mention the purpose of istream class?
What are references in c++? What is a local reference?
What is double in c++?
What is difference between malloc()/free() and new/delete?
How will you call C functions from C ++ and vice-versa?
Which software is best for programming?
What is pointer to array in c++?
Why was c++ made?
What is public, protected, private in c++?
Where the memory to the static variables is allocated?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is stoi in c++?
How the virtual functions maintain the call up?
What is the use of setfill in c++?