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

ABAP question for the certification doubt....

Former Member
0 Likes
417

Hi people!

I'm studying for an ABAP Certification and I have a doubt about this question that I have wrong in the simulation...

How would you set breakpoints in your program for debugging?

A. Start program in background mode

B. In the program editor, set breakpoint

C. Put a break-point statement in your program code

D. In Development workbench, set breakpoint

And I choose B,C,D and I haved wrong the question.... Why? can someone clarify me why I have this question wrong...?

Thanks for the help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
398

My answer would be B.(I'm in PRD)

2 REPLIES 2
Read only

Former Member
0 Likes
399

My answer would be B.(I'm in PRD)

Read only

matt
Active Contributor
0 Likes
398

B, C and D look right to me. Though C is a rather dodgy way of doing things.

matt