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 do you mean by keywords in c?
What is indirection in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Why doesnt the call scanf work?
What will be your course of action for a push operation?
Explain what happens if you free a pointer twice?
What is a pointer value and address in c?
can any one provide me the notes of data structure for ignou cs-62 paper
Is c procedural or functional?
Write a program on swapping (100, 50)
What are data structures in c and how to use them?
Where local variables are stored in c?
What are disadvantages of C language.
What is the difference between typedef struct and struct?
What will the preprocessor do for a program?