README-passive-debugging.rst

changeset 5422
222da86472d9
parent 4266
17c215c416ba
--- a/README-passive-debugging.rst	Sun Jan 15 13:59:11 2017 +0100
+++ b/README-passive-debugging.rst	Mon Jan 16 18:49:51 2017 +0100
@@ -11,13 +11,12 @@
 In order to enable passive mode debugging in the IDE choose the
 debugger tab of the preferences dialog and enable the passive mode
 debugging checkbox. You may change the default port as well. Please
-be aware that you have to tell the debugger the port, if it is different to the 
-default value of 42424.
+be aware that you have to tell the debugger the port, if it is different
+to the default value of 42424.
 
 On the remote computer you have to have the debugger scripts installed.
-Use DebugClient.py to debug normal scripts or DebugClientThreads.py
-to debug multi threaded scripts. The debuggers know about the following
-commandline switches.
+Use DebugClient.py to debug normal and multi threaded scripts. The debugger
+knows about the following commandline switches.
 
 ::
 
@@ -47,9 +46,9 @@
     python DebugClient -h somehost -- myscript.py param1
     
 After the execution of the debugger command, it connects to the IDE and
-tells it the filename of the script being debugged. The IDE will try to load it
-and the script will stop at the first line. After that you may set breakpoints,
-step through your script and use all the debugging functions.
+tells it the filename of the script being debugged. The IDE will try to
+load it and the script will stop at the first line. After that you may set
+breakpoints, step through your script and use all the debugging functions.
 
 Note: The port and hostname may alternatively be set through the environment
 variables ERICPORT and ERICHOST.

eric ide

mercurial