Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using the conditional break point issue

Former Member
0 Likes
776

Hello ,

I need to use the conditional break-point and the issue is that its not stooped .

I guess I'm not using it well...

I create test program and i put break point on the first line and run it and create conditional BP

DATA vl TYPE string.

lv = 'test'."here i  put with the BP and create conditional break point lv = 'TEST1

check sy-subrc = 0.

lv = 'TEST1'.

what i miss here ?

Thanks,

Joy

1 ACCEPTED SOLUTION
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
712

Hi

Whenever u want to debug based on condition ,WATCH POINTS are the best option.

Regards,

Sree

4 REPLIES 4
Read only

Former Member
0 Likes
712

Why are not you using watchpoint instead?

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
713

Hi

Whenever u want to debug based on condition ,WATCH POINTS are the best option.

Regards,

Sree

Read only

Former Member
0 Likes
712

Maybe this Blogpost helps you:

/people/olga.dolinskaja/blog/2011/07/14/news-in-abap-debugger-breakpoints-and-watchpoints-statement-debugging

Read only

0 Likes
712

Hi,

It should work, pleaes share the conditional code. Also check authorization for debud using tcode su53.

regards

Sadiq