First time here? Check out the FAQ!

Josselin's profile - activity

2020-01-26 12:25:22 -0500 received badge Popular Question (source)
2020-01-26 12:25:22 -0500 received badge Famous Question (source)
2020-01-26 12:25:22 -0500 received badge Notable Question (source)
2019-12-16 09:53:40 -0500 marked best answer Multiprocessing program debug

Hi,

I have a program with multiprocessing enable. I debug it successfully on launch,

The problem is : after detaching from the program (to let it run by itself), I would like to reattach on all the sub-processes but it keep reattaching only on the main process.

Have you any idea to help me?

Thank you in advance,

2019-12-11 03:51:16 -0500 edited answer Multiprocessing program debug

Hi, Thank you for your quick answer. The real problem is : I have a python program using a complex architecture and th

2019-12-11 03:50:48 -0500 answered a question Multiprocessing program debug

Hi, Thank you for your quick answer. The real problem is : I have a python program using a complex architecture and the

2019-12-09 11:53:05 -0500 received badge Student (source)
2019-12-09 11:51:47 -0500 asked a question Multiprocessing program debug

Multiprocessing program debug Hi, I have a program with multiprocessing enable. I debug it successfully on launch, The