python and some backend notes(ru)
@python_backend
108
subscribers
5
photos
1
file
192
links
Личные заметки и ссылки на статьи по python и backend вопросам, но может кому-то тоже будет интересно
Download Telegram
Join
python and some backend notes(ru)
108 subscribers
python and some backend notes(ru)
https://disconnect3d.pl/2024/08/04/debugging-cpython-live/
#debugging
#pdb
#gdb
Disconnect3d's blog
Debugging running Python scripts with
PDB
via GDB
A friend of mine had an interesting case recently where they wanted to debug an already running Python script on Linux and after some testing it turned out this is possible, so let’s see how it can...