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

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

0 Answers   CTS,


What is pure virtual function? Or what is abstract class?

0 Answers  


Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number

1 Answers   TATA, TCS,


Name some pure object oriented languages?

1 Answers  


why the size of an empty class is 1

4 Answers  


In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


Name the debugging methods that are used to solve problems?

0 Answers  


What is the protected keyword used for?

0 Answers  


Why is c++ still popular?

0 Answers  


What is the difference between "overloading" and "overridding"?

3 Answers  


Is there a new/delete equivalent of realloc?

1 Answers  


Is java a c++?

0 Answers  


Categories