2011 Aug 11 12:18 PM
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
2011 Aug 11 1:13 PM
Hi
Whenever u want to debug based on condition ,WATCH POINTS are the best option.
Regards,
Sree
2011 Aug 11 12:30 PM
2011 Aug 11 1:13 PM
Hi
Whenever u want to debug based on condition ,WATCH POINTS are the best option.
Regards,
Sree
2011 Aug 11 1:42 PM
Maybe this Blogpost helps you:
/people/olga.dolinskaja/blog/2011/07/14/news-in-abap-debugger-breakpoints-and-watchpoints-statement-debugging
2011 Aug 11 8:57 PM
Hi,
It should work, pleaes share the conditional code. Also check authorization for debud using tcode su53.
regards
Sadiq