Hacker News new | ask | show | jobs
by mickeyp 5123 days ago
You could install a custom signal, like SIGUSR1, and have it trigger pdb when that signal is sent to your process.
1 comments

This is a great idea! I'll explore it for my own (world-domination) purposes.