What is name of the debug tool for natural programs
-
DEBUG
-
TEST
-
CHECK
-
XPEDITOR
B
Correct answer
Explanation
TEST is a debugging utility/command in Natural that allows programmers to trace program execution, examine variable values, and set breakpoints. While modern development environments use SPoD (Single Point of Development) with graphical debugging, TEST remains the foundational debugging tool referenced in Natural programming curriculum and documentation.