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 dev c++ used for?

0 Answers  


When to use “const” reference arguments in a function?

0 Answers  


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

1 Answers  


What is the output of the following program? Why?

0 Answers  


What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


What is the benefit of c++?

0 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  


What is a Default constructor?

1 Answers  


what is Loop function? What are different types of Loops?

0 Answers  


What is the difference between while and do while loop? Explain with examples.

0 Answers  


What is doubly linked list in c++?

0 Answers  


Categories