eric6/DebugClients/Python/eric6dbgstub.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
diff -r 866adc8c315b -r 0acf98cd089a eric6/DebugClients/Python/eric6dbgstub.py
--- a/eric6/DebugClients/Python/eric6dbgstub.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/DebugClients/Python/eric6dbgstub.py	Mon Feb 01 10:38:16 2021 +0100
@@ -73,12 +73,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
+    @param enableTrace flag to enable the tracing function (boolean)
+    @param exceptions flag to enable exception reporting of the IDE
         (boolean)
-    @keyparam tracePython flag to enable tracing into the Python library
+    @param tracePython flag to enable tracing into the Python library
         (boolean)
-    @keyparam redirect flag indicating redirection of stdin, stdout and
+    @param redirect flag indicating redirection of stdin, stdout and
         stderr (boolean)
     """
     global debugger

eric ide

mercurial