diff -r cd4e2cab7eb2 -r c99695c0f13a DebugClients/Python/eric5dbgstub.py --- a/DebugClients/Python/eric5dbgstub.py Sun Oct 06 17:27:53 2013 +0200 +++ b/DebugClients/Python/eric5dbgstub.py Sun Oct 06 18:02:21 2013 +0200 @@ -78,9 +78,12 @@ Module function used to start the remote debugger. @keyparam enableTrace flag to enable the tracing function (boolean) - @keyparam exceptions flag to enable exception reporting of the IDE (boolean) - @keyparam tracePython flag to enable tracing into the Python library (boolean) - @keyparam redirect flag indicating redirection of stdin, stdout and stderr (boolean) + @keyparam exceptions flag to enable exception reporting of the IDE + (boolean) + @keyparam tracePython flag to enable tracing into the Python library + (boolean) + @keyparam redirect flag indicating redirection of stdin, stdout and + stderr (boolean) """ global debugger if debugger: