eric6/DebugClients/Python/eric6dbgstub.py

changeset 7900
72b88fb20261
parent 7639
422fd05e9c91
child 7923
91e843545d9a
--- a/eric6/DebugClients/Python/eric6dbgstub.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/DebugClients/Python/eric6dbgstub.py	Sat Dec 19 15:22:26 2020 +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