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

How can we check whether the contents of two structure variables are same or not?

0 Answers  


What is the array and initializing arrays in c++?

0 Answers  


How does class accomplish data hiding in c++?

0 Answers  


Can recursive program be written in C++?

0 Answers  


What is the difference between equal to (==) and assignment operator (=)?

0 Answers  






If there are two catch statements, one for base and one for derived, which should come first?

0 Answers  


What is else syntax in c++?

0 Answers  


Describe the advantage of an external iterator.

0 Answers  


What is a static element?

0 Answers  


What is difference between class and structure in c++?

0 Answers  


Is map ordered c++?

0 Answers  


What is the most powerful coding language?

0 Answers  


Categories