diff --git a/doc/starting.rst b/doc/starting.rst index f3f7a10e..c1854300 100644 --- a/doc/starting.rst +++ b/doc/starting.rst @@ -179,5 +179,7 @@ like so:: $ pytest --pdbcls pudb.debugger:Debugger --pdb --capture=no +To make this persistent, it is possible to add the option to the ``adopts =`` settings in one of pytest's `configuration files `_. + Note the need to pass --capture=no (or its synonym -s) as otherwise pytest tries to manage the standard streams itself. (contributed by Antony Lee)