eaglexmw / codimension

Automatically exported from code.google.com/p/codimension
0 stars 0 forks source link

Debugging session #424

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There could be a few improvements to the debug session:
- receiving PID might not be required because there is an alternative and more 
reliable way of getting it - via /proc. Moreover the old way does not work on 
Fedora
- when a debugging session is over it makes sense to do proc.wait(). Otherwize 
a zombie will be still alive.

Original issue reported on code.google.com by sergey.s...@gmail.com on 15 Dec 2013 at 8:59

GoogleCodeExporter commented 9 years ago

Original comment by sergey.s...@gmail.com on 18 Mar 2014 at 3:06