Xavier Bustamante Talavera
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 4
-
-
Xavier Bustamante Talavera 创建了一个帖子, Resume only one thread when debugging in Pycharm
A normal workflow I have when running a test that runs an app in another thread is to have a breakpoint at the end of the test and then pause / resume the other thread. So, I can have two threads:... -
Xavier Bustamante Talavera 创建了一个帖子, 已回答File watcher under virtual environment
I have some file watchers that have to run under the project's virtual environment. How could I achieve that? I could not find it on the docs... :-) Thanks in advance.