To terminate a debugging session, use the QUIT command:
This stops the execution of the prototype code. To also stop those tasks that you might have added in the user-written code, the command performs a call to the
profile_name_user_quit
routine. This routine resides in the fileuser_activities
. Before creating the debugging prototype, you may want to edit this routine’s template.