Debugger : Debugger Commands : Quitting the Debugger

Quitting the Debugger

To terminate a debugging session, use the QUIT command:

Pdb > QUIT

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 file user_activities. Before creating the debugging prototype, you may want to edit this routine’s template.