What are the techniques you use for debugging?



What are the techniques you use for debugging?..

Answer / chaitanya raj budumuru

By pressing F8 key then there's a window appears and there
we have to write all the variables that we had used so far
in the programme and press enter then the initial values of
those variables taken as garbage if the variable not
assigned any value or the assigned value will be displayed
at bottom of the code seperated by a line.
By pressing F8 Key continuesly debugging will be
happened and somme times output screen also will appear and
the values of variables also changed according to the logic.
This is the debugging process in c++ as well as c also.

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More C++ General Interview Questions

What is different in C++, compare with unix?

0 Answers  


What are the two types of polymorphism?

0 Answers  


Explain working of printf?

8 Answers  


How can I disable the "echo" feature?

0 Answers  


What is enum class in c++?

0 Answers  


Is java based off c++?

0 Answers  


What is time_t c++?

0 Answers  


What is class definition in c++ ?

0 Answers  


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

0 Answers  


What are keywords in c++?

0 Answers  


How to declare a pointer to an array of integers?

0 Answers  


How the delete operator differs from the delete[]operator?

0 Answers  


Categories