(Applies only to tasking programs.) Gives you the task that the debugger is using to do symbol lookups. This is the default task assumed by debugging commands when you do not (or cannot) specify a task. For example, the EXAMINE %R0 command displays register 0 of the visible task. This is normally the same as %ACTIVE_TASK but can be changed using the SET TASK command. Example: DBG> SET TASK %TASK 2 DBG> EVALUATE %VISIBLE %TASK 2