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 are special characters c++?

0 Answers  


Explain working of printf?

8 Answers  


How can I learn c++ easily?

0 Answers  


iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?

1 Answers  


Explain about vectors in c ++?

0 Answers  






What about Virtual Destructor?

1 Answers   Virtusa,


Differentiate between C and C++.

0 Answers   Wipro,


What is c++ programming language?

0 Answers  


What is a v-table?

0 Answers  


what is c++

0 Answers  


Explain the isa and hasa class relationships.

0 Answers  


What is an iterator class in c++?

0 Answers  


Categories