Application Development 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: 

Using the conditional break point issue

Former Member
0 Kudos
188

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

sreeramkumar_madisetty
Active Contributor
0 Kudos
124

Hi

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

Regards,

Sree

4 REPLIES 4

Former Member
0 Kudos
124

Why are not you using watchpoint instead?

sreeramkumar_madisetty
Active Contributor
0 Kudos
125

Hi

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

Regards,

Sree

Former Member
0 Kudos
124

Maybe this Blogpost helps you:

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

0 Kudos
124

Hi,

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

regards

Sadiq