mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 19:24:52 +02:00
...
This commit is contained in:
parent
05a5d7f830
commit
bd0e04dec1
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ for the pdb module <https://docs.python.org/2/library/pdb.html#debugger-commands
|
|||
|
||||
.. note::
|
||||
The python debugger cannot handle multiple threads, so you have to
|
||||
call set_starace once per thread, each time with a different port number.
|
||||
call set_trace once per thread, each time with a different port number.
|
||||
|
||||
Using the debugger in your favorite python IDE
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Reference in a new issue