How to find who is tracing my process?
On linux, my process is in attached status, it's attached by annother guy. How to find who is debuging开发者_开发知识库 my process?
You can find it in proc file system. Look at TracerPid entry in /proc/somepid/status. See also similar question.
精彩评论