Multiple choice technology packaged enterprise solutions

________________ command is used to conditionally process portions of the program when run in debugger mode.

  1. #GET

  2. #SHOW

  3. #DEBUG

  4. #DEBUGGER

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

The #DEBUG command is used to conditionally process portions of an SQR program when running in debugger mode. It allows you to include debugging code that only executes during debugging sessions.