Rpgoldman
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Breakpoints in Python subprocesses
I am running multi-threaded python code inside pytest using the PyCharm debugger. The test fails, and I get a failure report from the main thread, which catches the result from a sub-process using ...