multithreading - How to debug multi-threaded Python 2.7 app? -
the problem debug multi-threaded python 2.7 app on machine slow ide pycharm. remote debugging ability more desired.
i tried use pdb python library seems break on main thread. find (via ctrl+f) word thread
in documentation page. saw in other questions , answers debugging may enabled altering source code it's not convenient solution. writing single-threaded solution it's not cheap , simple well.
is there other ways?
Comments
Post a Comment