The debugger statement should only be used during debugging, and should not appear in production code.

Remove all debugger statements.

The following implementation of Quicksort contains a debugger statement which can be removed without affecting the program's functionality.

  • Mozilla Developer Network: The debugger statement.