Multiple choice technology programming languages

Which of the following is the commonly used command for debugging?

  1. ENDDBG

  2. STRDBG

  3. WRKMBRPDM

  4. WRKSPLF

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

STRDBG (Start Debug) is the CL command used to begin debugging a program on IBM i (AS/400) systems. It allows you to set breakpoints and step through code. ENDDBG ends the debugging session, while WRKMBRPDM works with database members and WRKSPLF manages spooled files.