Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is difference between break and watch point

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


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of logical databases?

1281


stock transfer from one plant to another plant ? i want the total description.

2106


Can a domain, assigned to a data element be changed?

1132


Explain the data types of internal tables?

1151


What are the user interfaces of interactive lists?

1116


What is the use of the statement leave to list-processing?

1044


What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc

1271


Define structure in abap data dictionary?

1095


What is a view? : abap data dictionary

1158


Difference between domain and data element? What are aggregate object?

1187


How to debug a sapscript?

1104


What is generic buffering?

1435


Performance tuning techniques

1404


What is alv programming in abap? When is this grid used in abap? : abap hr

1212


What are the drill-down features provided by abap/4 in interactive lists?

1103