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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -