Answer Posted / ravi joshi
Debuggers allow a user to halt a program and examine its
state. The debugger stops execution when some user-specified
condition is satisfied: Code breakpoints halt program
execution when a particular instruction is executed. Data
breakpoints halt program execution when a variable is
referenced. Code breakpoints are supported directly in
hardware on most machines and are fast. Data breakpoints,
however, are notoriously slow.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is call by reference in functions?
What is return in c programming?
What are identifiers in c?
Are c and c++ the same?
Do character constants represent numerical values?
What are the advantages of using new operator as compared to the function malloc ()?
program for reversing a selected line word by word when multiple lines are given without using strrev
main() { printf("hello"); fork(); }
What is array of structure in c?
How do I convert a string to all upper or lower case?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
provide an example of the Group by clause, when would you use this clause
what is the format specifier for printing a pointer value?
What is wrong with this declaration?
What is structure padding and packing in c?