2 comments

[ 3.0 ms ] story [ 21.2 ms ] thread
Can it set breakpoints in a code that would be running in a subprocess launched with the multiprocessing library?
This isn't like a traditional debugger, so there isn't a concept of breakpoints, but the functions snoop, spy, and pp will all work in a multiprocess context.