‎2006 Nov 07 6:37 AM
1.What is watchpoint?
What's the difference between watchpoint and breakpoint?
2.How many breakpoint we can set at max.?
‎2006 Nov 07 6:39 AM
1)BREAKPOINT
In the source code we set the Break-point there by clicking the stop button, the system will stop there when you execute the program.
Watchpoint
http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm
‎2006 Nov 07 6:41 AM
Hi Watch Point is nothing but for Suppose if u want to check the how the value of a particular field is changing then we do it using watch point. Means if "x = 10" Then u want to Check at 500 How What is X Then u can see Watch point at 500 So that from 10 it directly read the value of X at 500. And break point is the thing we can see the flow of the program. MAx. we can set 30 break points .
Bye
Murthy
‎2006 Nov 07 6:49 AM
HI siva,
BREAKPOINT
In the source code we set the Break-point there by clicking the stop button, the system will stop there when you execute the program.
Watchpoint
For watchpoints, we need to give some condition and when this condition is satisfied, program will stop
example : if you want to debug only
for matnr value 100 than set watch point
matnr = 100. when value reaches 100 than
program stops at that point.
more at
http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm
Reagrds
Anver
if hlped pls mark points