[Pydev-code] Using Pydev remote debugging code in other projects
Brought to you by:
fabioz
From: Mikko O. <mi...@op...> - 2011-11-07 02:43:28
|
Hi, We are building ACE editor (Javascript) based mini-IDE for Plone CMS. Currently we are doing "remote" debugging by having an auxilirity HTTP server inside Plone process in another thread and then this server controls pdb. Would it make sense to use PyDev remote debugging modules instead of our own implementation? Are there any generic "remote debugging" tools for Python? -- Mikko Ohtamaa http://opensourcehacker.com http://twitter.com/moo9000 |