Dec 1, 2023
Great work, but how can we get the process id when the script we are examining is a simple script that runs in a second.
so i don't know how to get that, my solution was to put a time.sleep(50) so i can get the PID then dump it.
my question is there an easier way to do that i saw some guys using `python3 -m pdb ./script` to do that but it didn't work for me, or i didn't know how to use it ?