[Pydev-code] PyDev doesn't close properly
Brought to you by:
fabioz
From: Paul B. <pau...@ho...> - 2013-05-23 14:17:56
|
Hi all, I've been using pydev to debug plugins written for XBMC (see http://xbmc.org). An issue I've noticed is that XBMC will fail to close down after using pydev. Also pydev will not reconnect with the Eclipse/Aptana GUI on successive set_trace() calls. I'm assuming that this is a process issue, and that XBMC fails to close down because there are processes still running (ie pydev) and that the reconnection problem is something similar. Would anyone be able to offer advice or help me look into this? |