cancel
Showing results for 
Search instead for 
Did you mean: 

Break points & Switch points

Former Member
0 Kudos

Hi experts,

I have faced a query :

What r break points and switch points? Differences?

Can u plz give me the explanation.

Thanks in advance

venkat

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Venkat,

There are Break-points and Watch points and no Switch points.

Break points:

When you set a break point in your program, which executing when the control encounters the break point it stops at that place without executing the command on which you have set the break point.

Watch points:

They are like dynamic break points. For ex in a loop these watch points are very helpful. If there are many records like 500 and you want to check the 356 record then you can dynamically set it to that particular one.

Reward if helpful.

Regards,

Tushar

Former Member
0 Kudos

Hi Venkat,

In Break point you can set the value of the variable in the runtime.

Watch point is like dynamic bebugger.Ex. There is a loop in which counter is increasing.In watch point set the counter to 50.Execute it.It will stop when the counter will be 50.

Former Member
0 Kudos

Hi Venkat,

What is this switch point till now i have heard just two break points and watch points

Former Member
0 Kudos

Hi

There is no switch point concept in abap.

It might be watch point.

Go through the following link for a detailed explanation abt breakpoints and watch points.

for breakpoints:

http://help.sap.com/saphelp_nw2004s/helpdata/en/b0/940640555ae369e10000000a155106/content.htm

for watchpoints:

http://help.sap.com/saphelp_nw2004s/helpdata/en/f1/792442db42e22ce10000000a1550b0/content.htm

Reward points if helpful.

Regards

Swathi