Answer Posted / sudhanshu billore
breakpoint :
The breakpoint "pauses" the program execution once you reached the specified line. From there onwards u can execute line-by-line, check the contents of the registers etc... This is for debugging purposes.
watch point:
the watch point only "pauses" the execution of the program once the variable and value of the watchpoint that you specified matches. Ex. your watchpoint is var1 = 1234. Until var1 is not 1234 your program will continue to execute and will pause only when it reached the 1234 value.
Remember both will "pause" the flow not "stop" bcoz after reaching that point program won't terminate, you can execute further.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the function of the transport system and workbench organizer?
did u done enhancement framework?how u implemented?
What do you mean by batch data communications programming?
What are the different types of laws. What are they?
What is abap?
Explain Catch Command in ABAP?
Where are you used type casting?
What are system fields for secondary lists?
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
java script for push button in adobe forms.
ABAP : Classical reports events name
Reports: Event functionality.
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
How is conversion of data types done between abap/4 & db layer?
Explain client-dependent and client-independent tables.