2 comments

[ 2.9 ms ] story [ 18.1 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.